mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 12:25:22 +00:00
29 lines
655 B
JSON
29 lines
655 B
JSON
{
|
|
"formFields": [
|
|
{
|
|
"id": "approvalDecision",
|
|
"type": "enum",
|
|
"label": "Approval Decision",
|
|
"values": {
|
|
"approved": "Approved",
|
|
"rejected": "Rejected"
|
|
}
|
|
},
|
|
{
|
|
"id": "approvalComments",
|
|
"type": "text",
|
|
"label": "Approval Comments"
|
|
}
|
|
],
|
|
"reviewInstructions": "Please review the escalated order details below. Consider the following criteria before making your approval decision: [...]",
|
|
|
|
"title": "Checkbox",
|
|
"description": "A super simple checkbox",
|
|
"properties": {
|
|
"done": {
|
|
"type": "boolean",
|
|
"title": "Done?",
|
|
"default": false
|
|
}
|
|
}
|
|
} |