{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetScheduleResponse", "title": "GetScheduleResponse", "type": "object", "properties": { "data": { "$ref": "#/components/schemas/Schedule" }, "took": { "type": "number", "description": "Time taken in seconds." }, "requestId": { "type": "string", "description": "Unique identifier for the request." } } }