Amazon MediaLive · JSON Structure

Medialive Api Create Multiplex Program Response Structure

Placeholder documentation for CreateMultiplexProgramResponse

Type: object Properties: 1
BroadcastingMedia ProcessingMedia

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

Properties

MultiplexProgram

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-create-multiplex-program-response-structure.json",
  "name": "CreateMultiplexProgramResponse",
  "type": "object",
  "description": "Placeholder documentation for CreateMultiplexProgramResponse",
  "properties": {
    "MultiplexProgram": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MultiplexProgram"
        },
        {
          "xml": {
            "name": "multiplexProgram"
          },
          "description": "The newly created multiplex program."
        }
      ]
    }
  }
}