{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateStreamOutput", "title": "CreateStreamOutput", "type": "object", "properties": { "StreamARN": { "allOf": [ { "$ref": "#/components/schemas/ResourceARN" }, { "description": "The Amazon Resource Name (ARN) of the stream." } ] } } }