From 2e3fee31247c8a59633a6046480f4e3e4a979390 Mon Sep 17 00:00:00 2001 From: staging Date: Tue, 11 Oct 2022 13:21:09 +0000 Subject: [PATCH] User: ciuser1 clicked save for execute-procure-to-pay/cc-invoice-approval-process/Submit-the-invoice_JSONSchema.json --- .../Submit-the-invoice_JSONSchema.json | 96 +++++++++---------- 1 file changed, 48 insertions(+), 48 deletions(-) diff --git a/execute-procure-to-pay/cc-invoice-approval-process/Submit-the-invoice_JSONSchema.json b/execute-procure-to-pay/cc-invoice-approval-process/Submit-the-invoice_JSONSchema.json index 96d806ee..fca3c28d 100644 --- a/execute-procure-to-pay/cc-invoice-approval-process/Submit-the-invoice_JSONSchema.json +++ b/execute-procure-to-pay/cc-invoice-approval-process/Submit-the-invoice_JSONSchema.json @@ -1,50 +1,50 @@ { - "definitions": { - "currencyEnum": { - "title":"Currency" - "type": "string", - "anyOf": [{ - "options_from_task_data_var:currency_enum_options" - ] - } - }, - "title": "Submit Invoice", - "description": "Information for submitting an invoice.", - "type": "object", - "required": [ - "invoice.contributorName", - "invoice.contributorId", - "invoice.invoiceId", - "invoice.invoiceAmount", - "invoice.invoiceCurrency", - "invoice.dueDate" - ], - "properties": { - "invoice.contributorName": { - "type": "string", - "title": "Contributor Name" - }, - "invoice.contributorId": { - "type": "integer", - "title": "Contributor Id", - "minLength": 2 - }, - "invoice.invoiceId": { - "type": "integer", - "title": "Invoice Id", - "minLength": 4 - }, - "invoice.invoiceAmount": { - "type": "number", - "title": "Invoice Amount" - }, - "invoice.invoiceCurrency": { - "$ref": "#/definitions/currencyEnum", - "title": "Select Currency" - }, - "invoice.dueDate": { - "type": "string", - "title": "Due Date" - } - } + "definitions": { + "currencyEnum": { + "title": "Currency", + "type": "string", + "anyOf": [ + "options_from_task_data_var:currency_enum_options" + ] + } + }, + "title": "Submit Invoice", + "description": "Information for submitting an invoice.", + "type": "object", + "required": [ + "invoice.contributorName", + "invoice.contributorId", + "invoice.invoiceId", + "invoice.invoiceAmount", + "invoice.invoiceCurrency", + "invoice.dueDate" + ], + "properties": { + "invoice.contributorName": { + "type": "string", + "title": "Contributor Name" + }, + "invoice.contributorId": { + "type": "integer", + "title": "Contributor Id", + "minLength": 2 + }, + "invoice.invoiceId": { + "type": "integer", + "title": "Invoice Id", + "minLength": 4 + }, + "invoice.invoiceAmount": { + "type": "number", + "title": "Invoice Amount" + }, + "invoice.invoiceCurrency": { + "$ref": "#/definitions/currencyEnum", + "title": "Select Currency" + }, + "invoice.dueDate": { + "type": "string", + "title": "Due Date" + } + } } \ No newline at end of file