{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ColumnDefinition", "type": "object", "properties": { "name": { "type": "string" }, "type": { "type": "string" }, "length": { "type": "integer" }, "precision": { "type": "integer" }, "scale": { "type": "integer" }, "nullable": { "type": "boolean" } } }