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

34 lines
559 B
JSON
Raw Normal View History

2019-02-14 21:25:00 +01:00
{
"schema": {
"options": {
"name": "options",
"properties": {
"options.unicode": {
"name": "options.unicode",
"title": "Expert unicode",
"type": "string"
}
},
"type": "object",
"title": "Common configuration"
}
},
"model": [
{
"key": "options.unicode",
"properties": [
"expert"
]
}
],
"form": [
{
"type": "input",
"key": "options.unicode"
},
{
"title": "Configurer",
"type": "submit"
}
]
}