{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/bandwidth/refs/heads/main/json-structure/emergency-calling-location-list-response-structure.json", "name": "LocationListResponse", "description": "Response containing a list of E911 locations", "type": "object", "properties": { "totalCount": { "type": "int32", "description": "Total number of locations" }, "locations": { "type": "array", "items": { "$ref": "#/components/schemas/Location" } } } }