{ "schema": { "options": { "name": "options", "properties": { "options.unicode": { "name": "options.unicode", "properties": { "options.unicode.unicode": { "name": "options.unicode.unicode", "type": "string", "isMulti": true, "title": "Values 'test' must show 'Unicode slave 3'" }, "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" }, "options.unicode.unicode3": { "name": "options.unicode.unicode3", "type": "string", "isMulti": true, "title": "Unicode slave 3" } }, "type": "array", "title": "Common configuration 1" } }, "type": "object", "title": "Common configuration 2" } }, "model": [ { "key": "options.unicode.unicode", "required": true, "value": [ "test", "val2" ], "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", "hidden": true, "index": 1, "value": "super", "owner": "user" } ], "form": [ { "key": "options.unicode.unicode", "type": "input", "dependencies": { "default": { "hide": [ "options.unicode.unicode3" ] }, "expected": { "test": { "show": [ "options.unicode.unicode3" ] } } } }, { "key": "options.unicode.unicode1", "type": "input" }, { "key": "options.unicode.unicode2", "type": "input" }, { "key": "options.unicode.unicode3", "type": "input" }, { "title": "Configurer", "type": "submit" } ] }