{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ComplianceStatusResponseRedSkyClientLocation", "title": "ComplianceStatusResponseRedSkyClientLocation", "type": "object", "required": [ "id", "name" ], "properties": { "id": { "type": "string", "example": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2E4Mjg5NzIyLTFiODAtNDFiNy05Njc4LTBlNzdhZThjMTA5OA", "description": "Unique identifier for the location." }, "name": { "type": "string", "example": "MainOffice", "description": "Name of the location." } } }