{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-management/refs/heads/main/json-structure/iot-device-management-create-stream-response-structure.json", "name": "CreateStreamResponse", "description": "CreateStreamResponse schema", "type": "object", "properties": { "streamId": { "allOf": [ { "$ref": "#/components/schemas/StreamId" }, { "description": "The stream ID." } ] }, "streamArn": { "allOf": [ { "$ref": "#/components/schemas/StreamArn" }, { "description": "The stream ARN." } ] }, "description": { "allOf": [ { "$ref": "#/components/schemas/StreamDescription" }, { "description": "A description of the stream." } ] }, "streamVersion": { "allOf": [ { "$ref": "#/components/schemas/StreamVersion" }, { "description": "The version of the stream." } ] } } }