Files
CosmicEngine/lib/All/json-schema-validator/test/issue-9/base.json

10 lines
199 B
JSON
Raw Normal View History

{
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Describes foo",
"type": "object",
"allOf": [
{ "$ref": "bar.json" },
{ "$ref": "foo/foo.json" }
]
}