{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/stream_additionalAudio", "title": "stream_additionalAudio", "properties": { "default": { "$ref": "#/components/schemas/stream_audio_default" }, "label": { "$ref": "#/components/schemas/stream_audio_label" }, "status": { "$ref": "#/components/schemas/stream_audio_state" }, "uid": { "$ref": "#/components/schemas/stream_identifier" } } }