demo-process-models/playground/cris-tolbert/surprise-party/Invite-schema.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"
}