2024-02-15 20:40:25 +00:00
|
|
|
{
|
2024-02-15 20:41:02 +00:00
|
|
|
"title": "Check for Rain",
|
2024-02-15 20:41:22 +00:00
|
|
|
"description": "Please answer this important question ...",
|
2024-02-15 20:40:25 +00:00
|
|
|
"properties": {
|
2024-02-15 20:43:12 +00:00
|
|
|
"raining": {
|
2024-02-15 20:40:25 +00:00
|
|
|
"type": "boolean",
|
2024-02-15 20:40:55 +00:00
|
|
|
"title": "Is it raining today?",
|
2024-02-15 20:42:58 +00:00
|
|
|
"default": false,
|
2024-02-15 20:42:00 +00:00
|
|
|
"oneOf": [
|
2024-02-15 20:42:02 +00:00
|
|
|
{
|
2024-02-15 20:42:04 +00:00
|
|
|
"title" : "Yes",
|
2024-02-15 20:42:48 +00:00
|
|
|
"const" : true
|
2024-02-15 20:42:24 +00:00
|
|
|
},
|
2024-02-15 20:42:29 +00:00
|
|
|
{
|
2024-02-15 20:42:35 +00:00
|
|
|
"title" : "No",
|
2024-02-15 20:42:42 +00:00
|
|
|
"const" : false
|
2024-02-15 20:42:29 +00:00
|
|
|
}
|
2024-02-15 20:42:00 +00:00
|
|
|
]
|
2024-02-15 20:40:25 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|