Amazon MediaLive · JSON Structure

Medialive Api Batch Schedule Action Create Request Structure

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

Type: object Properties: 1 Required: 1
BroadcastingMedia ProcessingMedia

BatchScheduleActionCreateRequest is a JSON Structure definition published by Amazon MediaLive, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ScheduleActions

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
  ]
}