21 lines
397 B
JSON
Raw Normal View History

{
"title": "Approve Invoice",
"description": "Select Yes to approve, No to reject",
"type": "object",
"properties": {
"contributorName": {
"type": "string",
"title": "Contributor Name"
},
"isInvoiceApproved": {
"type": "boolean",
"title": "Approve?",
"default": " "
},
"approvalComment": {
"type": "string",
"title": "approvalComment",
"default": " "
}
}
}