{ "type": "array", "items": { "type": "object", "properties": { "title": { "type": "string", "pattern": "Ligo First Light" }, "date" : { "type": "string", "format": "date" }, "category": { "type": "string", "pattern" : "scheduled" } }, "required": [ "title", "date", "category"] } }