{ "type": "object", "name": "LayoutRow", "properties": { "layoutItems": { "type": "array", "description": "", "items": { "type": "object", "properties": { "editableForNew": { "type": "boolean" }, "editableForUpdate": { "type": "boolean" }, "label": { "type": "string" }, "layoutComponents": { "type": "array", "description": "", "items": { "type": "object", "properties": { "apiName": { "type": "['string', 'null']" }, "componentType": { "type": "string" }, "label": { "type": "string" } }, "required": [ "apiName", "componentType", "label" ] } }, "lookupIdApiName": { "type": "['string', 'null']" }, "required": { "type": "boolean" }, "sortable": { "type": "boolean" } }, "required": [ "editableForNew", "editableForUpdate", "label", "layoutComponents", "lookupIdApiName", "required", "sortable" ] } } }, "required": [ "layoutItems" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }