mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 17:08:28 +00:00
17 lines
377 B
JSON
17 lines
377 B
JSON
{
|
|
"title": "Do you want to go on this trip?",
|
|
"description": "Please check the box if you want to take this trip!",
|
|
"properties": {
|
|
"approved": {
|
|
"type": "boolean",
|
|
"title": "I approve!",
|
|
"default": false
|
|
},
|
|
"not_approved": {
|
|
"type": "boolean",
|
|
"title": "I do NOT approve!",
|
|
"default": false
|
|
}
|
|
},
|
|
"type": "object"
|
|
} |