We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f34d2a commit 384a894Copy full SHA for 384a894
3 files changed
.stoplight/styleguide.json
cs/v1/CS_v1.0.3.yaml
@@ -973,6 +973,8 @@ components:
973
TransportCall:
974
title: Transport Call
975
type: object
976
+ description: |
977
+ A transportCall in the schedule. A transportCall can be either just a Port or further specified as a terminalCall.
978
required:
979
- transportCallReference
980
- carrierImportVoyageNumber
ebl/v3/EBL_v3.0.3.yaml
@@ -10264,6 +10264,9 @@ components:
10264
example: AMENDMENT_RECEIVED
10265
amendedTransportDocument:
10266
$ref: '#/components/schemas/TransportDocument'
10267
+ required:
10268
+ - amendedTransportDocumentStatus
10269
+ - amendedTransportDocument
10270
10271
############
10272
# Transports
0 commit comments