{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ClickHouseTableColumn", "title": "ClickHouseTableColumn", "properties": { "name": { "type": "string" }, "type": { "type": "string" }, "default_type": { "type": "string" }, "default_expression": { "type": "string" }, "comment": { "type": "string" }, "codec_expression": { "type": "string" }, "ttl_expression": { "type": "string" } }, "required": [ "name", "type" ], "type": "object", "additionalProperties": false }