{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CallBridgeInfo",
"title": "CallBridgeInfo",
"type": "object",
"required": [
"warningToneEnabled"
],
"properties": {
"warningToneEnabled": {
"type": "boolean",
"description": "Indicates that a stutter dial tone will be played to all the participants when a virtual line is bridged on the active shared line call."
}
}
}