{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UserSingleNumberReachPatchRequestObject", "title": "UserSingleNumberReachPatchRequestObject", "type": "object", "description": "Represents a request to update Single Number Reach settings for a user.", "example": { "alertAllLocationsForClickToDialCallsEnabled": true }, "properties": { "alertAllLocationsForClickToDialCallsEnabled": { "type": "boolean", "example": true, "description": "If `true`, all locations will be alerted for click-to-dial calls." } } }