{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "EventInterface", "type": "object", "additionalProperties": false, "properties": { "tag": { "type": "string", "description": "Event tag" }, "eventSchema": { "description": "JSON Schema of the event type in humanified format (as returned by API)", "nullable": true } } }