A request to start resources
{ "$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-batch-start-request-schema.json", "title": "BatchStartRequest", "description": "A request to start resources", "type": "object", "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" } ] } } }