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

1 line
1.2 KiB
JSON

{"schema": {"options": {"name": "options", "properties": {"options.unicode": {"name": "options.unicode", "type": "string", "title": "Value 'test' must show leader"}, "options.unicode1": {"name": "options.unicode1", "properties": {"options.unicode1.unicode1": {"name": "options.unicode1.unicode1", "type": "string", "isMulti": true, "title": "Unicode leader"}, "options.unicode1.unicode2": {"name": "options.unicode1.unicode2", "type": "string", "isMulti": true, "title": "Unicode follower 1"}, "options.unicode1.unicode3": {"name": "options.unicode1.unicode3", "type": "string", "isMulti": true, "title": "Unicode follower 2"}}, "type": "array", "title": "Common configuration"}}, "type": "object", "title": "Common configuration"}}, "model": [{"key": "options.unicode1", "properties": ["hidden"], "hidden": true}, {"key": "options.unicode1.unicode1", "required": true}], "form": [{"key": "options.unicode", "type": "input", "dependencies": {"default": {"hide": ["options.unicode1"]}, "expected": {"test": {"show": ["options.unicode1"]}}}}, {"key": "options.unicode1.unicode1", "type": "input"}, {"key": "options.unicode1.unicode2", "type": "input"}, {"key": "options.unicode1.unicode3", "type": "input"}, {"title": "Configurer", "type": "submit"}]}