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