M2ts Audio Stream Type
{ "$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-m2ts-audio-stream-type-schema.json", "title": "M2tsAudioStreamType", "description": "M2ts Audio Stream Type", "type": "string", "enum": [ "ATSC", "DVB" ] }