17 lines
277 B
JSON
Raw Normal View History

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