{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ClusterEvent", "type": "object", "properties": { "cluster_id": { "type": "string" }, "timestamp": { "type": "integer" }, "type": { "type": "string" }, "details": { "type": "object" } } }