mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 01:08:19 +00:00
16 lines
332 B
JSON
16 lines
332 B
JSON
{
|
|
"title": "Do you want to go on this trip?",
|
|
"description": "Build a multiple choice list with a predefined list of options",
|
|
"properties": {
|
|
"done": {
|
|
"type": "boolean",
|
|
"title": "Done?",
|
|
"default": false
|
|
},
|
|
"bio": {
|
|
"type": "string",
|
|
"title": "Bio"
|
|
},
|
|
},
|
|
"type": "object"
|
|
} |