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

43 lines
810 B
JSON

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