tiramisu/tests/dict/data/unicode_property.json

33 lines
519 B
JSON

{
"schema": {
"options": {
"properties": {
"options.unicode": {
"type": "string",
"title": "Expert unicode"
}
},
"type": "object",
"title": "Common configuration"
}
},
"model": {
"options.unicode": {
"properties": [
"expert"
]
}
},
"form": {
"options.unicode": {
"type": "input"
},
"null": [
{
"title": "Configurer",
"type": "submit"
}
]
},
"version": "1.0"
}