5 lines
133 B
JSON
5 lines
133 B
JSON
|
{ "$schema": "http://json-schema.org/schema",
|
||
|
"type": "array",
|
||
|
"items": { "$ref": "foo" }
|
||
|
"description": "Collection of Foos"
|
||
|
}
|