tiramisu-api-python/test/data/unicode1_leadership_default...

1 line
1.4 KiB
JSON

{"schema": {"options": {"name": "options", "properties": {"options.unicode": {"name": "options.unicode", "properties": {"options.unicode.unicode": {"name": "options.unicode.unicode", "type": "string", "value": ["val1", "val2"], "isMulti": true, "title": "Unicode leader"}, "options.unicode.unicode1": {"name": "options.unicode.unicode1", "type": "string", "isMulti": true, "title": "Unicode follower 1"}, "options.unicode.unicode2": {"name": "options.unicode.unicode2", "type": "string", "default": "follower2", "isMulti": true, "title": "Unicode follower 2 with default multi"}, "options.unicode.unicode3": {"name": "options.unicode.unicode3", "type": "string", "isMulti": true, "title": "Unicode follower 3"}}, "type": "array", "title": "Common configuration 1"}}, "type": "object", "title": "Common configuration 2"}}, "model": [{"key": "options.unicode.unicode", "required": true, "value": ["val1", "val2"], "owner": "default"}, {"key": "options.unicode.unicode2", "index": 0, "value": "follower2", "owner": "default"}, {"key": "options.unicode.unicode2", "index": 1, "value": "follower2", "owner": "default"}], "form": [{"key": "options.unicode.unicode", "clearable": true, "type": "input"}, {"key": "options.unicode.unicode1", "type": "input"}, {"key": "options.unicode.unicode2", "clearable": true, "type": "input"}, {"key": "options.unicode.unicode3", "type": "input"}, {"title": "Configurer", "type": "submit"}]}