{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UpdateLocationComplianceStatusResponse", "title": "UpdateLocationComplianceStatusResponse", "type": "object", "properties": { "locationsStatus": { "$ref": "#/components/schemas/ComplianceStatusLocationStatusObject", "description": "Contains RedSky account configuration status for the locations in the organization." } } }