{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SafeDeleteCheckForDisableCallingLocationResponse", "title": "SafeDeleteCheckForDisableCallingLocationResponse", "type": "object", "description": "Response from safe delete check operation for disabling a calling location.", "properties": { "locationDeleteStatus": { "allOf": [ { "$ref": "#/components/schemas/LocationDeleteStatus" }, { "description": "Status of disable calling location safe delete check." } ] }, "blocking": { "$ref": "#/components/schemas/BlockingDisableCallingLocation" }, "nonBlocking": { "$ref": "#/components/schemas/NonBlockingDisableCallingLocation" }, "blockingUnlessForced": { "$ref": "#/components/schemas/BlockingUnlessForcedDisableCallingLocation" } } }