blob: 27f2ec80aa12390464bbf904a00b8b0aae57ac2c [file] [log] [blame] [edit]
{
"$id": "http://localhost:1234/draft7/detached-ref.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"foo": {
"$ref": "#detached"
},
"detached": {
"$id": "#detached",
"type": "integer"
}
}
}