Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pint/v3/EBL_PINT_v3.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions pint/v3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down