mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 06:05:13 +00:00
11 lines
265 B
JSON
11 lines
265 B
JSON
|
{
|
||
|
"title": "Get Approval",
|
||
|
"description": "Simple Radio button with Yes and No",
|
||
|
"properties": {
|
||
|
"approved": {
|
||
|
"type": "boolean",
|
||
|
"title": "Is the request Approved?"
|
||
|
}
|
||
|
},
|
||
|
"required": ["approved"]
|
||
|
}
|