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

28 lines
471 B
JSON

{
"schema": {
"options": {
"name": "options",
"properties": {
"options.boolean": {
"name": "options.boolean",
"type": "boolean",
"title": "Boolean 1 frozen"
}
},
"type": "object",
"title": "Common configuration"
}
},
"model": [
{
"key": "options.boolean",
"readOnly": true
}
],
"form": [
{
"title": "Configurer",
"type": "submit"
}
]
}