{ "$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-eac3-lfe-control-schema.json", "title": "Eac3LfeControl", "description": "When encoding 3/2 audio, controls whether the LFE channel is enabled", "type": "string", "enum": [ "LFE", "NO_LFE" ] }