tiramisu/tests/dict/data/unicode1_leadership_not_equ...

78 lines
1.8 KiB
JSON

{
"schema": {
"options": {
"name": "options",
"properties": {
"options.unicode": {
"name": "options.unicode",
"properties": {
"options.unicode.unicode": {
"name": "options.unicode.unicode",
"type": "string",
"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",
"isMulti": true,
"title": "Unicode follower 2 not equal"
},
"options.unicode.unicode3": {
"name": "options.unicode.unicode3",
"type": "string",
"isMulti": true,
"title": "Unicode follower 3 not equal"
}
},
"type": "array",
"title": "Common configuration 1"
}
},
"type": "object",
"title": "Common configuration 2"
}
},
"model": {
"options.unicode.unicode": {
"required": true
}
},
"form": {
"options.unicode.unicode": {
"type": "input"
},
"options.unicode.unicode1": {
"type": "input"
},
"options.unicode.unicode2": {
"type": "input",
"not_equal": {
"options": [
"options.unicode.unicode3"
]
}
},
"options.unicode.unicode3": {
"type": "input",
"not_equal": {
"options": [
"options.unicode.unicode2"
]
}
},
"null": [
{
"title": "Configurer",
"type": "submit"
}
]
},
"version": "1.0"
}