{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-structure/medialive-api-batch-start-request-structure.json", "name": "BatchStartRequest", "type": "object", "description": "A request to start resources", "properties": { "ChannelIds": { "allOf": [ { "$ref": "#/components/schemas/__listOf__string" }, { "xml": { "name": "channelIds" }, "description": "List of channel IDs" } ] }, "MultiplexIds": { "allOf": [ { "$ref": "#/components/schemas/__listOf__string" }, { "xml": { "name": "multiplexIds" }, "description": "List of multiplex IDs" } ] } } }