{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PrivacyPatch", "title": "PrivacyPatch", "type": "object", "properties": { "aaExtensionDialingEnabled": { "type": "boolean", "example": true, "description": "When `true` auto attendant extension dialing is enabled." }, "aaNamingDialingEnabled": { "type": "boolean", "example": true, "description": "When `true` auto attendant dialing by first or last name is enabled." }, "enablePhoneStatusDirectoryPrivacy": { "type": "boolean", "example": true, "description": "When `true` phone status directory privacy is enabled." }, "enablePhoneStatusPickupBargeInPrivacy": { "type": "boolean", "example": true, "description": "When `true` privacy is enforced for call pickup and barge-in. Only members specified by `monitoringAgents` can pickup or barge-in on the call." }, "monitoringAgents": { "type": "array", "items": { "type": "string" }, "description": "List of monitoring person IDs." } } }