{ "$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-get-stream-key-request-schema.json", "title": "GetStreamKeyRequest", "description": "GetStreamKeyRequest schema", "type": "object", "properties": { "arn": { "allOf": [ { "$ref": "#/components/schemas/StreamKeyArn" }, { "description": "ARN for the stream key to be retrieved." } ] } }, "required": [ "arn" ] }