{ "$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-hls-rendition-selection-structure.json", "name": "AudioHlsRenditionSelection", "type": "object", "description": "Audio Hls Rendition Selection", "properties": { "GroupId": { "allOf": [ { "$ref": "#/components/schemas/__stringMin1" }, { "xml": { "name": "groupId" }, "description": "Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition." } ] }, "Name": { "allOf": [ { "$ref": "#/components/schemas/__stringMin1" }, { "xml": { "name": "name" }, "description": "Specifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition." } ] } }, "required": [ "Name", "GroupId" ] }