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

12 lines
259 B
JSON

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