Placeholder documentation for DescribeScheduleResponse
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-describe-schedule-response-schema.json", "title": "DescribeScheduleResponse", "description": "Placeholder documentation for DescribeScheduleResponse", "type": "object", "properties": { "NextToken": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "xml": { "name": "nextToken" }, "description": "The next token; for use in pagination." } ] }, "ScheduleActions": { "allOf": [ { "$ref": "#/components/schemas/__listOfScheduleAction" }, { "xml": { "name": "scheduleActions" }, "description": "The list of actions in the schedule." } ] } } }