{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Incident", "type": "object", "properties": { "incidentId": { "type": "string" }, "summary": { "type": "string" }, "severity": { "type": "string" }, "priority": { "type": "string" }, "status": { "type": "string" }, "category": { "type": "string" }, "targetName": { "type": "string" }, "targetType": { "type": "string" }, "escalationLevel": { "type": "integer" }, "owner": { "type": "string" }, "acknowledgedBy": { "type": "string" }, "resolutionState": { "type": "string" }, "ruleSetName": { "type": "string" }, "timeRaised": { "type": "string" }, "timeUpdated": { "type": "string" }, "timeResolved": { "type": "string" }, "eventCount": { "type": "integer" }, "canonicalLink": { "type": "string" } } }