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

1 line
624 B
JSON

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