{ "$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-batch-get-stream-key-request-schema.json", "title": "BatchGetStreamKeyRequest", "description": "BatchGetStreamKeyRequest schema", "type": "object", "properties": { "arns": { "allOf": [ { "$ref": "#/components/schemas/StreamKeyArnList" }, { "description": "Array of ARNs, one per stream key." } ] } }, "required": [ "arns" ] }