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

27 lines
460 B
JSON

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