{ "type": "object", "name": "DisplayColumn", "properties": { "fieldApiName": { "type": "string" }, "inlineEditAttributes": { "type": "object" }, "label": { "type": "string" }, "lookupId": { "type": "['string', 'null']" }, "searchable": { "type": "boolean" }, "sortable": { "type": "boolean" } }, "required": [ "fieldApiName", "inlineEditAttributes", "label", "lookupId", "searchable", "sortable" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }