28 lines
590 B
JSON

{
"definitions": {
"ro_contributorName": {
"title": "Submitted by",
"type": "string",
"default": "options_from_task_data_var:invoice.contributorName"
}
},
"title": "Approve Invoice",
"description": "Select Yes to approve, No to reject",
"type": "object",
"properties": {
"contributorName": {
"default": "#/definitions/ro_contributorName",
"title": "Submitted by"
},
"isInvoiceApproved": {
"type": "boolean",
"title": "Approve?",
"default": " "
},
"approvalComment": {
"type": "string",
"title": "approvalComment",
"default": " "
}
}
}