{ "schema": { "options": { "name": "options", "properties": { "options.unicode": { "name": "options.unicode", "title": "Unicode 1", "type": "string", "isMulti": true } }, "type": "object", "title": "Common configuration" } }, "model": [ { "key": "options.unicode", "required": true, "needs_len": true } ], "form": [ { "type": "input", "key": "options.unicode" }, { "title": "Configurer", "type": "submit" } ] }