{ "schema": { "options": { "properties": { "options.unicode1": { "properties": { "options.unicode1.unicode1": { "type": "string", "isMulti": true, "title": "Values 'test' must show 'Unicode follower 2'" }, "options.unicode1.unicode2": { "type": "string", "isMulti": true, "title": "Unicode follower 1" }, "options.unicode1.unicode3": { "type": "string", "isMulti": true, "title": "Unicode follower 2" } }, "type": "array", "title": "Common configuration" } }, "type": "object", "title": "Common configuration" } }, "model": { "options.unicode1.unicode1": { "required": true, "value": [ "test", "pas test" ], "owner": "user" }, "options.unicode1.unicode2": { "0": { "value": "super1", "owner": "user" } }, "options.unicode1.unicode3": { "0": { "value": "super1", "owner": "user" }, "1": { "hidden": true } } }, "form": { "options.unicode1.unicode1": { "type": "input", "dependencies": { "default": { "hide": [ "options.unicode1.unicode3" ] }, "expected": { "test": { "show": [ "options.unicode1.unicode3" ] } } } }, "options.unicode1.unicode2": { "type": "input" }, "options.unicode1.unicode3": { "type": "input" }, "null": [ { "title": "Configurer", "type": "submit" } ] }, "version": "1.0" }