{ "$schema": "http://json-schema.org/draft-07/schema", "type": "object", "properties": { "type": { "type": "string", "const": "node.ready" }, "event": { "type": "null" } }, "required": ["type", "event"], "additionalProperties": false }