CreateStreamKeyResponse schema
{ "$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-stream-key-response-schema.json", "title": "CreateStreamKeyResponse", "description": "CreateStreamKeyResponse schema", "type": "object", "properties": { "streamKey": { "allOf": [ { "$ref": "#/components/schemas/StreamKey" }, { "description": "Stream key used to authenticate an RTMPS stream for ingestion." } ] } } }