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

23 lines
394 B
JSON

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