{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/BlockingUnlessForcedDisableCallingLocation",
"title": "BlockingUnlessForcedDisableCallingLocation",
"type": "object",
"description": "Reasons that block disabling a calling location",
"properties": {
"nonUserEntitiesInUse": {
"type": "boolean",
"description": "Indicates if there are non-user entities in use at this location that would block disabling unless force is applied."
},
"trunksCount": {
"type": "integer",
"description": "Total number of trunks at this location."
}
}
}