mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
28 lines
590 B
JSON
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": " "
|
|
}
|
|
}
|
|
} |