17 lines
362 B
JSON

{
"title": "Approve Invoice",
"description": "Select Yes to approve, No to reject \nSubmitted by: {{ invoice.contributorName }}"
"type": "object",
"properties": {
"isInvoiceApproved": {
"type": "boolean",
"title": "Approve?",
"default": " "
},
"approvalComment": {
"type": "string",
"title": "approvalComment",
"default": " "
}
}
}