{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/stream_editAudioTrack", "title": "stream_editAudioTrack", "properties": { "default": { "$ref": "#/components/schemas/stream_audio_default" }, "label": { "$ref": "#/components/schemas/stream_audio_label" } }, "type": "object" }