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
}
}
}