* `PSTN_NUMBER` - The object is a PSTN number.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TelephonyType", "title": "TelephonyType", "type": "string", "enum": [ "PSTN_NUMBER" ], "description": " * `PSTN_NUMBER` - The object is a PSTN number.\n" }