{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/webex/refs/heads/main/json-schema/meeting-ata-dtmf-mode-object-schema.json", "title": "AtaDtmfModeObject", "description": " * `STRICT` - A DTMF digit requires an extra hold time after detection and the DTMF level threshold is raised to -20 dBm.\n * `NORMAL` - Normal threshold mode.\n", "type": "string", "enum": [ "STRICT", "NORMAL" ] }