{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RedSkyComplianceStatusRequestObject", "title": "RedSkyComplianceStatusRequestObject", "type": "object", "required": [ "complianceStatus" ], "properties": { "complianceStatus": { "$ref": "#/components/schemas/ComplianceStatusRequestEnum", "description": "Specifies which stage of the RedSky account creation process has been completed. The stages must be completed in the following order: `LOCATION_SETUP`, `ALERTS`, `NETWORK_ELEMENTS`, `ROUTING_ENABLED`." } } }