{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DynamicTableColumn", "type": "object", "description": "A column in the dynamic table", "properties": { "name": { "type": "string", "description": "Column name" }, "datatype": { "type": "string", "description": "The data type for the column" }, "comment": { "type": "string", "description": "Specifies a comment for the column" } } }