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