{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetComplianceStatusResponseLocationStateEnum", "title": "GetComplianceStatusResponseLocationStateEnum", "type": "string", "enum": [ "OPTED_OUT", "EXEMPTED", "LOCATION_SETUP", "ALERTS", "NETWORK_ELEMENTS", "ROUTING_ENABLE", "COMPLIANT" ], "description": " * `OPTED_OUT` - Customer has opted out of the E911 service.\n * `EXEMPTED` - RedSky account compliance status has been exempted.\n * `LOCATION_SETUP` - RedSky account is pending location setup.\n * `ALERTS` - RedSky account is pending email notification configuration.\n * `NETWORK_ELEMENTS` - RedSky account is pending network element setup.\n * `ROUTING_ENABLE` - RedSky account is pending the routing enable setup stage.\n * `COMPLIANT` - RedSky account is compliant.\n" }