Phone number display settings.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BrandingPhoneDisplay", "title": "BrandingPhoneDisplay", "type": "object", "description": "Phone number display settings.", "additionalProperties": false, "properties": { "masking": { "$ref": "#/components/schemas/BrandingPhoneMaskingEnum" }, "formatting": { "$ref": "#/components/schemas/BrandingPhoneFormattingEnum" } } }