{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconvert/refs/heads/main/json-schema/mediaconvert-api-m2ts-audio-buffer-model-schema.json", "title": "M2tsAudioBufferModel", "description": "Selects between the DVB and ATSC buffer models for Dolby Digital audio.", "type": "string", "enum": [ "DVB", "ATSC" ] }