{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-structure/medialive-api-batch-schedule-action-create-request-structure.json", "name": "BatchScheduleActionCreateRequest", "type": "object", "description": "A list of schedule actions to create (in a request) or that have been created (in a response).", "properties": { "ScheduleActions": { "allOf": [ { "$ref": "#/components/schemas/__listOfScheduleAction" }, { "xml": { "name": "scheduleActions" }, "description": "A list of schedule actions to create." } ] } }, "required": [ "ScheduleActions" ] }