Amazon MediaLive · Schema

BatchScheduleActionCreateRequest

A list of schedule actions to create (in a request) or that have been created (in a response).

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
ScheduleActions object
View JSON Schema on GitHub

JSON Schema

medialive-api-batch-schedule-action-create-request-schema.json Raw ↑
{
  "$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-request-schema.json",
  "title": "BatchScheduleActionCreateRequest",
  "description": "A list of schedule actions to create (in a request) or that have been created (in a response).",
  "type": "object",
  "properties": {
    "ScheduleActions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfScheduleAction"
        },
        {
          "xml": {
            "name": "scheduleActions"
          },
          "description": "A list of schedule actions to create."
        }
      ]
    }
  },
  "required": [
    "ScheduleActions"
  ]
}