{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetLocationCallingParamtersResponse", "title": "GetLocationCallingParamtersResponse", "type": "object", "properties": { "integrationEnabled": { "type": "boolean", "example": true, "description": "Enable to allow RedSky to receive network connectivity information and test calls." }, "routingEnabled": { "type": "boolean", "example": true, "description": "Enable to route emergency calls to RedSky." } } }