{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/BargeInPut",
"title": "BargeInPut",
"type": "object",
"properties": {
"enabled": {
"type": "boolean",
"example": true,
"description": "Set to enable or disable the Barge In feature."
},
"toneEnabled": {
"type": "boolean",
"description": "Set to enable or disable a stutter dial tone being played when a virtual line is barging in on the active call."
}
}
}