{ "$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-batch-schedule-action-create-result-schema.json", "title": "BatchScheduleActionCreateResult", "description": "List of actions that have been created in the schedule.", "type": "object", "properties": { "ScheduleActions": { "allOf": [ { "$ref": "#/components/schemas/__listOfScheduleAction" }, { "xml": { "name": "scheduleActions" }, "description": "List of actions that have been created in the schedule." } ] } }, "required": [ "ScheduleActions" ] }