{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateBrandingPhoneMaskingEnum", "title": "UpdateBrandingPhoneMaskingEnum", "type": "string", "description": "Controls how phone numbers are masked when displayed back to users.", "default": "mask_digits", "enum": [ "show_all", "hide_country_code", "mask_digits" ] }