java-tutorials/raml/introduction/0.8/foos.json

5 lines
133 B
JSON

{ "$schema": "http://json-schema.org/schema",
"type": "array",
"items": { "$ref": "foo" }
"description": "Collection of Foos"
}