{ "schema": { "options": { "name": "options", "properties": { "options.unicode": { "name": "options.unicode", "title": "Unicode master", "type": "string" }, "options.unicode1": { "name": "options.unicode1", "properties": { "options.unicode1.unicode1": { "name": "options.unicode1.unicode1", "title": "Unicode slave 1", "type": "string", "isMulti": true }, "options.unicode1.unicode2": { "name": "options.unicode1.unicode2", "title": "Unicode slave 2", "type": "string", "isMulti": true }, "options.unicode1.unicode3": { "name": "options.unicode1.unicode3", "title": "Unicode slave 3", "type": "string", "isMulti": true } }, "type": "array", "title": "Common configuration" } }, "type": "object", "title": "Common configuration" } }, "model": [ { "key": "options.unicode1.unicode1", "required": true } ], "form": [ { "type": "input", "key": "options.unicode" }, { "type": "input", "key": "options.unicode1.unicode1" }, { "type": "input", "key": "options.unicode1.unicode2" }, { "type": "input", "key": "options.unicode1.unicode3" }, { "title": "Configurer", "type": "submit" } ] }