tiramisu-api-python/test/data/unicode1_multi_value.json

1 line
451 B
JSON
Raw Normal View History

2019-02-16 20:23:50 +01:00
{"schema": {"options": {"name": "options", "properties": {"options.unicode": {"name": "options.unicode", "type": "string", "value": ["a", "b"], "isMulti": true, "title": "String 1"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "options.unicode", "required": true, "value": ["a", "b"], "owner": "default"}], "form": [{"key": "options.unicode", "clearable": true, "type": "input"}, {"title": "Configurer", "type": "submit"}]}