{ "schema": { "options": { "name": "options", "properties": { "options.unicode": { "name": "options.unicode", "properties": { "options.unicode.unicode": { "name": "options.unicode.unicode", "title": "Unicode master", "type": "string", "value": [ "val1", "val2" ], "isMulti": true }, "options.unicode.unicode1": { "name": "options.unicode.unicode1", "title": "Unicode slave 1", "type": "string", "isMulti": true }, "options.unicode.unicode2": { "name": "options.unicode.unicode2", "title": "Unicode slave 2 with default multi", "type": "string", "isMulti": true, "default": "slave2" }, "options.unicode.unicode3": { "name": "options.unicode.unicode3", "title": "Unicode slave 3", "type": "string", "isMulti": true } }, "type": "array", "title": "Common configuration 1" } }, "type": "object", "title": "Common configuration 2" } }, "model": [ { "key": "options.unicode.unicode", "required": true, "value": [ "val3", "val4" ], "owner": "user" }, { "key": "options.unicode.unicode1", "index": 0, "value": "super1", "owner": "user" }, { "key": "options.unicode.unicode1", "index": 1, "value": "super2", "owner": "user" }, { "key": "options.unicode.unicode2", "index": 0, "value": "pas test", "owner": "user" }, { "key": "options.unicode.unicode2", "index": 1, "value": "test", "owner": "user" }, { "key": "options.unicode.unicode3", "index": 1, "value": "super", "owner": "user" } ], "form": [ { "clearable": true, "type": "input", "key": "options.unicode.unicode" }, { "type": "input", "key": "options.unicode.unicode1" }, { "clearable": true, "type": "input", "key": "options.unicode.unicode2" }, { "type": "input", "key": "options.unicode.unicode3" }, { "title": "Configurer", "type": "submit" } ] }