{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UserOutgoingPermissionDigitPatternCategoryControlPatchObject", "title": "UserOutgoingPermissionDigitPatternCategoryControlPatchObject", "type": "object", "properties": { "useCustomDigitPatterns": { "type": "boolean", "example": true, "description": "When `true`, use custom settings for the digit patterns category of outgoing call permissions." } } }