{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ScheduleCollectionResponse", "title": "ScheduleCollectionResponse", "type": "object", "required": [ "schedules" ], "properties": { "schedules": { "type": "array", "items": { "$ref": "#/components/schemas/ScheduleShortDetails" }, "description": "List of schedules." } } }