Files
java-tutorials/raml/introduction/0.8/foos.json
T
Maiklins 621491f8db Merge pull request #9 from eugenp/master
update with origin
2019-09-09 10:57:44 +02:00

5 lines
133 B
JSON

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