21 lines
478 B
JSON
21 lines
478 B
JSON
{
|
|
"properties"
|
|
{
|
|
"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: [...]",
|
|
}
|
|
}
|
|
} |