{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-interactive-video-service/refs/heads/main/json-structure/ivs-batch-get-channel-response-structure.json", "name": "BatchGetChannelResponse", "description": "BatchGetChannelResponse schema", "type": "object", "properties": { "channels": { "allOf": [ { "$ref": "#/components/schemas/Channels" }, { "description": "
" } ] }, "errors": { "allOf": [ { "$ref": "#/components/schemas/BatchErrors" }, { "description": "Each error object is related to a specific ARN in the request." } ] } } }