Ac3 Coding Mode
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-ac3-coding-mode-schema.json", "title": "Ac3CodingMode", "description": "Ac3 Coding Mode", "type": "string", "enum": [ "CODING_MODE_1_0", "CODING_MODE_1_1", "CODING_MODE_2_0", "CODING_MODE_3_2_LFE" ] }