{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CLIDPolicySelection", "title": "CLIDPolicySelection", "type": "string", "enum": [ "DIRECT_LINE", "LOCATION_NUMBER", "CUSTOM" ], "description": " * `DIRECT_LINE` - Outgoing caller ID will show the caller's direct line number\n * `LOCATION_NUMBER` - Outgoing caller ID will show the main number for the location.\n * `CUSTOM` - Outgoing caller ID will show the value from the customNumber field.\n" }