16 lines
340 B
JSON
Raw Normal View History

{
"title": "Do you want to go on this trip?",
"description": "Build a multiple choice list with a predefined list of options",
"properties": {
"approved": {
"type": "boolean",
"title": "I approve!",
"default": false
},
"bio": {
"type": "string",
"title": "Bio"
}
},
"type": "object"
}