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