{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/stream_output", "title": "stream_output", "properties": { "enabled": { "$ref": "#/components/schemas/stream_output_enabled" }, "streamKey": { "$ref": "#/components/schemas/stream_output_streamKey" }, "uid": { "$ref": "#/components/schemas/stream_output_identifier" }, "url": { "$ref": "#/components/schemas/stream_output_url" } } }