JSON Schema:
{ "title": "Example Schema", "description": "Just a short example", "type": ["object", "array"], "properties": { "title": { "title": "Item title", "type": "string" } }, "items": { "type": "integer", "minimum": 0 } }