Files

10 lines
199 B
JSON
Raw Permalink Normal View History

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