17 lines
633 B
JSON

{
"title": "Approve Invoice",
"description": "Select Yes to approve, No to reject<br> Submitted by: {{ invoice.contributorName }}<br> Contributor Id: {{ invoice.contributorId }}<br> Invoice Id: {{ invoice.invoiceId }} Invoice Amount: {{ invoice.invoiceAmount }} Select Currency: {{ invoice.invoiceCurrency }} Due Date: {{ invoice.dueDate }} Project Lead Comments: {{ invoice.commentsProjectLead }}",
"type": "object",
"properties": {
"isInvoiceApproved": {
"type": "boolean",
"title": "Approve?",
"default": " "
},
"approvalComment": {
"type": "string",
"title": "approvalComment",
"default": " "
}
}
}