{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "EventTableColumn", "type": "object", "properties": { "name": { "type": "string" }, "datatype": { "type": "string" }, "nullable": { "type": "boolean" }, "default": { "type": "string" }, "primary_key": { "type": "boolean" }, "unique_key": { "type": "boolean" }, "check": { "type": "string" }, "expression": { "type": "string" }, "comment": { "type": "string" } } }