mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 00:18:06 +00:00
13 lines
271 B
JSON
13 lines
271 B
JSON
{
|
|
"title": "Multiple Choice List",
|
|
"description": "Build a multiple choice list with a predefined list of options",
|
|
"properties": {
|
|
"can_attend": {
|
|
"type": "boolean",
|
|
"title": "Can attend",
|
|
"default": false
|
|
}
|
|
|
|
},
|
|
"type": "object"
|
|
} |