{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-structure/medialive-api-audio-selector-structure.json", "name": "AudioSelector", "type": "object", "description": "Audio Selector", "properties": { "Name": { "allOf": [ { "$ref": "#/components/schemas/__stringMin1" }, { "xml": { "name": "name" }, "description": "The name of this AudioSelector. AudioDescriptions will use this name to uniquely identify this Selector. Selector names should be unique per input." } ] }, "SelectorSettings": { "allOf": [ { "$ref": "#/components/schemas/AudioSelectorSettings" }, { "xml": { "name": "selectorSettings" }, "description": "The audio selector settings." } ] } }, "required": [ "Name" ] }