{ "schema": { "options": { "name": "options", "properties": { "options.unicode": { "name": "options.unicode", "properties": { "options.unicode.unicode": { "name": "options.unicode.unicode", "type": "string", "isMulti": true, "title": "Unicode master" }, "options.unicode.unicode1": { "name": "options.unicode.unicode1", "type": "string", "isMulti": true, "title": "Unicode slave 1" }, "options.unicode.unicode2": { "name": "options.unicode.unicode2", "type": "string", "isMulti": true, "title": "Unicode slave 2 hidden" }, "options.unicode.unicode3": { "name": "options.unicode.unicode3", "type": "string", "isMulti": true, "title": "Unicode slave 3" } }, "type": "array", "title": "Common configuration" } }, "type": "object", "title": "Common configuration" } }, "model": [ { "key": "options.unicode.unicode", "required": true, "value": [ "val1", "val2" ], "owner": "user" }, { "key": "options.unicode.unicode2", "display": false, "hidden": true, "index": 0, "value": "super", "owner": "user" }, { "key": "options.unicode.unicode2", "display": false, "hidden": true, "index": 1 }, { "key": "options.unicode.unicode2", "display": false, "hidden": true } ], "form": [ { "key": "options.unicode.unicode", "type": "input" }, { "key": "options.unicode.unicode1", "type": "input" }, { "key": "options.unicode.unicode2", "type": "input" }, { "key": "options.unicode.unicode3", "type": "input" }, { "title": "Configurer", "type": "submit" } ] }