mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 01:48:13 +00:00
12 lines
263 B
JSON
12 lines
263 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
|
|
}
|
|
},
|
|
"type": "object"
|
|
} |