{ "schema": { "options": { "properties": { "options.unicode1": { "type": "string", "value": "test", "title": "Unicode 1" }, "options.unicode2": { "type": "symlink", "opt_path": "options.unicode1" } }, "type": "object", "title": "Common configuration" } }, "model": { "options.unicode1": { "value": "test", "owner": "default" } }, "form": { "options.unicode1": { "clearable": true, "type": "input" }, "null": [ { "title": "Configurer", "type": "submit" } ] }, "version": "1.0" }