{ "schema": { "options": { "name": "options", "properties": { "options.unicode1": { "name": "options.unicode1", "type": "string", "value": "word", "title": "Unicode 1" } }, "type": "object", "title": "Common configuration" } }, "model": [ { "key": "options.unicode1", "value": "word", "owner": "default" } ], "form": [ { "key": "options.unicode1", "clearable": true, "type": "input" }, { "title": "Configurer", "type": "submit" } ] }