Amazon MediaTailor · JSON Structure

Mediatailor Api Update Channel Request Structure

UpdateChannelRequest schema from Amazon MediaTailor API

Type: object Properties: 2 Required: 1
BroadcastingMedia ProcessingMedia

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

Properties

FillerSlate Outputs

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-mediatailor/refs/heads/main/json-structure/mediatailor-api-update-channel-request-structure.json",
  "name": "UpdateChannelRequest",
  "type": "object",
  "description": "UpdateChannelRequest schema from Amazon MediaTailor API",
  "properties": {
    "FillerSlate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SlateSource"
        },
        {
          "description": "The slate used to fill gaps between programs in the schedule. You must configure filler slate if your channel uses the <code>LINEAR</code> <code>PlaybackMode</code>. MediaTailor doesn't support filler slate for channels using the <code>LOOP</code> <code>PlaybackMode</code>."
        }
      ]
    },
    "Outputs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RequestOutputs"
        },
        {
          "description": "The channel's output properties."
        }
      ]
    }
  },
  "required": [
    "Outputs"
  ]
}