{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Column", "type": "object", "properties": { "name": { "type": "string" }, "dataType": { "type": "string" }, "formatString": { "type": "string" }, "sortByColumn": { "type": "string" }, "isHidden": { "type": "boolean" } } }