mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 22:28:15 +00:00
16 lines
292 B
JSON
16 lines
292 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",
|
|
}
|
|
}
|
|
}
|
|
} |