{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-interactive-video-service/refs/heads/main/json-schema/ivs-create-channel-response-schema.json", "title": "CreateChannelResponse", "description": "CreateChannelResponse schema", "type": "object", "properties": { "channel": { "allOf": [ { "$ref": "#/components/schemas/Channel" }, { "description": "
" } ] }, "streamKey": { "allOf": [ { "$ref": "#/components/schemas/StreamKey" }, { "description": "" } ] } } }