{
"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"