{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ComplianceReport", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "generatedDate": { "type": "string" }, "overallCompliance": { "type": "number", "description": "Overall compliance percentage" }, "servers": { "type": "array" } } }