From 5bdbaf125e9852efce86980c42f945d9452094ad Mon Sep 17 00:00:00 2001 From: Benjamin Collins Date: Fri, 20 Oct 2023 04:09:44 +0900 Subject: [PATCH] feat: add linked documents --- .../credentials/EInvoiceCredential.yml | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/openapi/components/schemas/credentials/EInvoiceCredential.yml b/docs/openapi/components/schemas/credentials/EInvoiceCredential.yml index 230d8041a..47563e27d 100644 --- a/docs/openapi/components/schemas/credentials/EInvoiceCredential.yml +++ b/docs/openapi/components/schemas/credentials/EInvoiceCredential.yml @@ -560,23 +560,6 @@ example: |- "type": [ "Organization" ], - "linkedDocuments" : [ - { - "type": "LinkedDocument", - "documentId": "a5d1ca6c-2c06-4039-9ff9-a75d7a695c8d", - "documentType": "PurchaseOrder" - }, - { - "type": "LinkedDocument", - "documentId": "63153", - "documentType": "MillTestReport" - }, - { - "type": "LinkedDocument", - "documentId": "63153", - "documentType": "CertificationOfOrigin" - } - ], "id": "urn:uuid:9dae7ea0-25f7-4a59-b95d-8a5599a40311", "name": "American Prime Steel Inc.", "location": { @@ -613,6 +596,23 @@ example: |- "type": [ "Invoice" ], + "linkedDocuments" : [ + { + "type": "LinkedDocument", + "documentId": "a5d1ca6c-2c06-4039-9ff9-a75d7a695c8d", + "documentType": "PurchaseOrder" + }, + { + "type": "LinkedDocument", + "documentId": "63153", + "documentType": "MillTestReport" + }, + { + "type": "LinkedDocument", + "documentId": "63153", + "documentType": "CertificationOfOrigin" + } + ], "buyer": { "type": [ "Organization"