{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GetComplianceStatusResponseLocationStatusObject", "title": "GetComplianceStatusResponseLocationStatusObject", "type": "object", "properties": { "count": { "type": "number", "example": 2, "description": "Total count of locations available in the organization." }, "locations": { "type": "array", "items": { "$ref": "#/components/schemas/GetComplianceStatusResponseRedSkyClientLocation" }, "description": "All the locations available in the organization." } } }