{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CallBridgePut",
"title": "CallBridgePut",
"type": "object",
"properties": {
"warningToneEnabled": {
"type": "boolean",
"description": "Set to enable or disable a stutter dial tone being played to all the participants when a virtual line is bridged on the active shared line call."
}
}
}