{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://therundown.io/schemas/ScheduleResponse", "title": "ScheduleResponse", "type": "object", "properties": { "schedules": { "type": "array", "items": { "$ref": "#/components/schemas/ScheduledEvent" } } } }