21 lines
384 B
JSON

{
"title": "Check for Rain",
"description": "Please answer this important question ...",
"properties": {
"done": {
"type": "boolean",
"title": "Is it raining today?",
"default": false
"oneOf": [
{
"title" : "Yes",
"const" : true
},
{
"title" : "No",
"const" :
}
]
}
}
}