{ "model": "tag", "defaultProperties": { "autoGenerated": { "function": "typeof this.sqlCondition === 'string' " }, "active": true }, "controls": [ { "property": "name", "type": "string", "readOnly": true, "required": true }, { "property": "active", "type": "yesNo", "size": { "md": 6 }, "defaultValue": true, "visible": { "function": "this.name === 'ABC'" } }, { "property": "autoGenerated", "type": "yesNo", "required": true, "size": { "md": 6 }, "defaultValue": { "function": "typeof this.sqlCondition === 'string'"} }, { "type": "container", "visible": { "expression": "this.autoGenerated" }, "layout": [ { "property": "consistencyCheck", "type": "yesNo", "newLine": true, "size": { "md": 6 }, "defaultValue": false }, { "property": "sqlCondition", "type": "text", "size": { "md": 12 } } ] } ] }