{ "fields": [ { "type": "text", "default": null, "icon": "text-input", "key": "title", "label": "Title", "localised": false, "options": { "wrapping": true, "multiline": false }, "tab": "Category", "validation": { "enforceMinMax": true, "max": null, "min": null, "regex": null, "regexError": null, "required": true, "unit": "length" }, "value": null, "version": 1, "visibility": { "hidden": false, "showByValue": { "field": null } } }, { "type": "list", "default": null, "icon": "bullet-list", "key": "products", "label": "Products", "localised": false, "options": { "limitToModel": false, "model": [] }, "tab": "Category", "validation": { "enforceMinMax": true, "max": null, "min": 1, "unit": "list items" }, "value": null, "version": 1, "visibility": { "hidden": false, "showByValue": { "field": null } } } ], "tabs": [ { "label": "Category", "groupAs": null } ] }