Files
CosmicEngine/lib/All/json-schema-validator/test/JSON-Schema-Test-Suite/remotes/ref-and-defs.json

12 lines
223 B
JSON
Raw Normal View History

{
"$id": "http://localhost:1234/ref-and-defs.json",
"$defs": {
"inner": {
"properties": {
"bar": { "type": "string" }
}
}
},
"$ref": "#/$defs/inner"
}