{ "type": "object", "properties": { "fieldApiName": { "type": "string", "example": "example_value" }, "inlineEditAttributes": { "type": "object", "example": "example_value" }, "label": { "type": "string", "example": "Example Title" }, "lookupId": { "type": "['string', 'null']", "example": "500123" }, "searchable": { "type": "boolean", "example": true }, "sortable": { "type": "boolean", "example": true } }, "required": [ "fieldApiName", "inlineEditAttributes", "label", "lookupId", "searchable", "sortable" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DisplayColumn" }