{ "type": "object", "name": "LayoutComponent1", "properties": { "apiName": { "type": "['string', 'null']" }, "componentType": { "type": "string" }, "label": { "type": "string" }, "behavior": { "type": "string" }, "customLinkUrl": { "type": "string" } }, "required": [ "apiName", "componentType", "label" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }