diff --git a/execute-procure-to-pay/cc-invoice-approval-process/invoice-approval_JSONSchema.json b/execute-procure-to-pay/cc-invoice-approval-process/invoice-approval_JSONSchema.json index d6e32269..006ebb60 100644 --- a/execute-procure-to-pay/cc-invoice-approval-process/invoice-approval_JSONSchema.json +++ b/execute-procure-to-pay/cc-invoice-approval-process/invoice-approval_JSONSchema.json @@ -1,12 +1,8 @@ { "title": "Approve Invoice", - "description": "Select Yes to approve, No to reject", + "description": "Select Yes to approve, No to reject test: {{ invoice.contributorName }}", "type": "object", "properties": { - "contributorName": { - "type": "string", - "title": "Submitted by" - }, "isInvoiceApproved": { "type": "boolean", "title": "Approve?",