{ "type": "object", "name": "Section1", "properties": { "collapsible": { "type": "boolean" }, "columns": { "type": "integer" }, "heading": { "type": "string" }, "id": { "type": "string" }, "layoutRows": { "type": "array", "description": "", "items": { "type": "object", "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" } }, "lookupIdApiName": { "type": "['string', 'null']" }, "required": { "type": "boolean" }, "sortable": { "type": "boolean" } }, "required": [ "editableForNew", "editableForUpdate", "label", "layoutComponents", "lookupIdApiName", "required", "sortable" ] } } }, "required": [ "layoutItems" ] } }, "rows": { "type": "integer" }, "useHeading": { "type": "boolean" } }, "required": [ "collapsible", "columns", "heading", "id", "layoutRows", "rows", "useHeading" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }