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