From cada2168df75e88c0b432d5bc068695989b8c022 Mon Sep 17 00:00:00 2001 From: "henrik.larsen@dcsa.org" Date: Tue, 11 Nov 2025 09:28:08 +0100 Subject: [PATCH 1/2] EBL 3.0: SD-2649: Update size description --- pint/v3/EBL_PINT_v3.0.0.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pint/v3/EBL_PINT_v3.0.0.yaml b/pint/v3/EBL_PINT_v3.0.0.yaml index 5508d69a..f950448e 100644 --- a/pint/v3/EBL_PINT_v3.0.0.yaml +++ b/pint/v3/EBL_PINT_v3.0.0.yaml @@ -894,7 +894,7 @@ components: type: number minimum: 1 description: | - The Size of the document in bytes. + The Size of the decoded document in bytes (the actual size of the pdf, word, image, etc document - **not** the Base64 encoded size). example: 4194304 mediaType: type: string From a7a80f2fcae58eca88f74c63add02d6d5f01f7f5 Mon Sep 17 00:00:00 2001 From: "henrik.larsen@dcsa.org" Date: Tue, 11 Nov 2025 09:35:18 +0100 Subject: [PATCH 2/2] Update What's New --- pint/v3/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pint/v3/README.md b/pint/v3/README.md index 332e747b..a60e6f9b 100644 --- a/pint/v3/README.md +++ b/pint/v3/README.md @@ -43,6 +43,7 @@ Snapshot as of {TBD} for EBL Platform Interoperability 3.0.0 Beta. This Snapshot - `comments` description updated - `recipient` is **no** longer a required property on `Transaction` (it is not needed for `SIGN`, `BLANK_ENDORSE` and `SURRENDER` `actionCodes`) - `representedParty` property (equivalent to an `OnBehalfOfParty`) added to `actorParty` and `recipientParty` +- improve `size` description in the `DocumentMetaData` object to make it clear it is the size of the decoded file (and not the size of the Base64 encoded file) ## Transport Document changes - `countryCode` description in `TaxLegalReference`, `NationalCommodityCode`, `CustomsReference`, `Address`, `PartyAddress`, `City` and `PlaceOfIssue` updated to allow the use of `ZZ` in case it is not known