Amazon MediaLive · JSON Structure

Medialive Api Multiplex Program Pipeline Detail Structure

The current source for one of the pipelines in the multiplex.

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

MultiplexProgramPipelineDetail 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

ActiveChannelPipeline PipelineId

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-multiplex-program-pipeline-detail-structure.json",
  "name": "MultiplexProgramPipelineDetail",
  "type": "object",
  "description": "The current source for one of the pipelines in the multiplex.",
  "properties": {
    "ActiveChannelPipeline": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "activeChannelPipeline"
          },
          "description": "Identifies the channel pipeline that is currently active for the pipeline (identified by PipelineId) in the multiplex."
        }
      ]
    },
    "PipelineId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "pipelineId"
          },
          "description": "Identifies a specific pipeline in the multiplex."
        }
      ]
    }
  }
}