{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "AlarmHistoryItem", "type": "object", "properties": { "AlarmName": { "type": "string" }, "AlarmType": { "type": "string" }, "Timestamp": { "type": "string" }, "HistoryItemType": { "type": "string" }, "HistorySummary": { "type": "string" }, "HistoryData": { "type": "string" } } }