{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "TableField", "type": "object", "properties": { "id": { "type": "string" }, "dataItemId": { "type": "string" }, "name": { "type": "string" }, "dataType": { "type": "string" }, "position": { "type": "integer" }, "isPrimaryKey": { "type": "boolean" }, "nullable": { "type": "boolean" }, "hasCodeDependency": { "type": "boolean" }, "monetary": { "type": "boolean" }, "splitAffected": { "type": "boolean" }, "unitFactor": { "type": "string" }, "description": { "type": "string" } } }