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