json-schema-validator/test/JSON-Schema-Test-Suite/remotes/ref-and-defs.json
2021-06-10 11:02:41 +02:00

12 lines
223 B
JSON

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