mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 12:15:25 +00:00
16 lines
307 B
JSON
16 lines
307 B
JSON
{
|
|
"title": "Approval Request",
|
|
"description": "Do you approve this vacation request?",
|
|
"properties": {
|
|
"approved": {
|
|
"type": "boolean",
|
|
"title": "Approve?",
|
|
"default": false
|
|
},
|
|
"response": {
|
|
"type": "string",
|
|
"title": "Resonse"
|
|
}
|
|
},
|
|
"type": "object"
|
|
} |