{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateBrandingPhoneFormattingEnum", "title": "UpdateBrandingPhoneFormattingEnum", "type": "string", "description": "Controls the format used when displaying phone numbers.", "default": "international", "enum": [ "regional", "international" ] }