16 lines
331 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"
}