12 lines
263 B
JSON

{
"title": "Do you want to go on this trip?",
"description": "Please check the box if you want to take this trip!"
"properties": {
"approved": {
"type": "boolean",
"title": "I approve!",
"default": false
}
},
"type": "object"
}