{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AnonymousCallRejectSettingsGet", "title": "AnonymousCallRejectSettingsGet", "type": "object", "required": [ "enabled" ], "properties": { "enabled": { "type": "boolean", "example": true, "description": "`true` if the Anonymous Call Rejection feature is enabled." } }, "example": { "enabled": true } }