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

37 lines
639 B
JSON

{
"schema": {
"options": {
"name": "options",
"properties": {
"options.choice": {
"name": "options.choice",
"type": "choice",
"enum": [
"",
"choice 1",
"choice 2"
],
"title": "Choice description frozen"
}
},
"type": "object",
"title": "Common configuration"
}
},
"model": [
{
"key": "options.choice",
"readOnly": true
}
],
"form": [
{
"key": "options.choice",
"type": "choice"
},
{
"title": "Configurer",
"type": "submit"
}
]
}