Amazon MediaLive · Schema

MultiplexProgramSummary

Placeholder documentation for MultiplexProgramSummary

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
ChannelId object
ProgramName object
View JSON Schema on GitHub

JSON Schema

medialive-api-multiplex-program-summary-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-multiplex-program-summary-schema.json",
  "title": "MultiplexProgramSummary",
  "description": "Placeholder documentation for MultiplexProgramSummary",
  "type": "object",
  "properties": {
    "ChannelId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "channelId"
          },
          "description": "The MediaLive Channel associated with the program."
        }
      ]
    },
    "ProgramName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "programName"
          },
          "description": "The name of the multiplex program."
        }
      ]
    }
  }
}