Amazon MediaLive · JSON Structure

Medialive Api Batch Update Schedule Request Structure

List of actions to create and list of actions to delete.

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

BatchUpdateScheduleRequest is a JSON Structure definition published by Amazon MediaLive, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Creates Deletes

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-update-schedule-request-structure.json",
  "name": "BatchUpdateScheduleRequest",
  "type": "object",
  "description": "List of actions to create and list of actions to delete.",
  "properties": {
    "Creates": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BatchScheduleActionCreateRequest"
        },
        {
          "xml": {
            "name": "creates"
          },
          "description": "Schedule actions to create in the schedule."
        }
      ]
    },
    "Deletes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BatchScheduleActionDeleteRequest"
        },
        {
          "xml": {
            "name": "deletes"
          },
          "description": "Schedule actions to delete from the schedule."
        }
      ]
    }
  }
}