mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 09:15:34 +00:00
16 lines
279 B
JSON
16 lines
279 B
JSON
{
|
|
"title": "Checkbox",
|
|
"description": "Can you come to the party Saturday",
|
|
"properties": {
|
|
"yes": {
|
|
"type": "boolean",
|
|
"title": "Yes?",
|
|
"default": false
|
|
},
|
|
"no": {
|
|
"type": "boolean",
|
|
"title": "No?",
|
|
"default": false
|
|
}
|
|
}
|
|
} |