{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NonBlockingDisableCallingLocation", "title": "NonBlockingDisableCallingLocation", "type": "object", "description": "Non blocking reasons for disabling a calling location that do not prevent the operation from proceeding", "properties": { "numbersPresent": { "type": "boolean", "description": "Indicates if there are phone numbers at this location." } } }