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 .stoplight/styleguide.json

Large diffs are not rendered by default.

8 changes: 0 additions & 8 deletions ebl/v3/surrender/EBL_SUR_v3.0.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,14 +266,6 @@ components:
$ref: '#/components/schemas/TransactionParty'
recipient:
$ref: '#/components/schemas/TransactionParty'
signatureHash:
type: string
minLength: 64
maxLength: 64
pattern: ^[0-9a-f]+$
description: |
The SHA-256 hash of the signature applied by the eBL Solution Provider to the endorsement chain action and parameters (`actionDateTime`, `actionCode`, `actor`, `recipient` and `transportDocument`).
example: 20a0257b313ae08417e07f6555c4ec829a512c083f3ead16b41158018a22abe9
required:
- actionDateTime
- actionCode
Expand Down
8 changes: 0 additions & 8 deletions pint/v3/EBL_PINT_v3.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -982,14 +982,6 @@ components:
Free text comment for the party receiving the transaction. In case no valid `reasonCode` exists - this property can also be used to provide a reason.
maxLength: 255
example: The B/L has been issued.
signatureHash:
type: string
minLength: 64
maxLength: 64
pattern: ^[0-9a-f]+$
description: |
The SHA-256 hash of the signature applied by the eBL Solution Provider to the endorsement chain action and parameters (`actionDateTime`, `actionCode`, `actor`, `recipient` and `transportDocument`).
example: 20a0257b313ae08417e07f6555c4ec829a512c083f3ead16b41158018a22abe9
required:
- actionCode
- actor
Expand Down