{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/OrgStatusEnum", "title": "OrgStatusEnum", "type": "string", "enum": [ "INITIALISE", "ENABLED", "OPTED_OUT" ], "description": " * `INITIALISE` - RedSky account configuration process is in progress.\n * `ENABLED` - RedSky account configuration process is complete.\n * `OPTED_OUT` - Customer has opted out of the E911 service.\n" }