{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-defender/refs/heads/main/json-structure/iot-device-defender-describe-stream-response-structure.json", "name": "DescribeStreamResponse", "description": "DescribeStreamResponse schema", "type": "object", "properties": { "streamInfo": { "allOf": [ { "$ref": "#/components/schemas/StreamInfo" }, { "description": "Information about the stream." } ] } } }