{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ComplianceStatusResponseEnum", "title": "ComplianceStatusResponseEnum", "type": "string", "enum": [ "OPTED_OUT", "EXEMPTED", "NON_COMPLIANT", "COMPLIANT" ], "description": " * `OPTED_OUT` - Customer has opted out of the E911 service.\n * `EXEMPTED` - RedSky account compliance status has been exempted.\n * `NON_COMPLIANT` - RedSky account is non-compliant.\n * `COMPLIANT` - RedSky account is compliant.\n" }