blob: 05ce071bae0dee7b21aa791ed0e01ff31a202d0c [file]
{
"$id": "http://localhost:1234/draft6/detached-ref.json",
"$schema": "http://json-schema.org/draft-06/schema#",
"definitions": {
"foo": {
"$ref": "#detached"
},
"detached": {
"$id": "#detached",
"type": "integer"
}
}
}