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.

11 changes: 10 additions & 1 deletion ebl/v3/EBL_v3.0.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8499,7 +8499,8 @@ components:
VesselVoyage:
type: object
title: Vessel/Voyage
description: 'Vessel and export voyage'
description: |
Vessel and export voyage. The vessel can be nominated a `role` as either: first sea-going vessel or a mother vessel.
properties:
vesselName:
type: string
Expand All @@ -8526,6 +8527,14 @@ components:
- `2 alphanumeric characters` for the sequence number of the voyage
- `1 character` for the direction/haul (`N`orth, `E`ast, `W`est, `S`outh or `R`oundtrip).
example: 2103N
role:
type: string
maxLength: 30
description: |
Identifies the role of the vessel voyage within the Transport Document. Possible values are:
- `FIRST_SEA_GOING` (First sea-going vessel)
- `MOTHER` (Mother vessel)
example: MOTHER
required:
- vesselName
- carrierExportVoyageNumber
Expand Down
11 changes: 10 additions & 1 deletion ebl/v3/issuance/EBL_ISS_v3.0.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2557,7 +2557,8 @@ components:
VesselVoyage:
type: object
title: Vessel/Voyage
description: 'Vessel and export voyage'
description: |
Vessel and export voyage. The vessel can be nominated a `role` as either: first sea-going vessel or a mother vessel.
properties:
vesselName:
type: string
Expand All @@ -2584,6 +2585,14 @@ components:
- `2 alphanumeric characters` for the sequence number of the voyage
- `1 character` for the direction/haul (`N`orth, `E`ast, `W`est, `S`outh or `R`oundtrip).
example: 2103N
role:
type: string
maxLength: 30
description: |
Identifies the role of the vessel voyage within the Transport Document. Possible values are:
- `FIRST_SEA_GOING` (First sea-going vessel)
- `MOTHER` (Mother vessel)
example: MOTHER
required:
- vesselName
- carrierExportVoyageNumber
Expand Down
11 changes: 10 additions & 1 deletion pint/v3/EBL_PINT_v3.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3311,7 +3311,8 @@ components:
VesselVoyage:
type: object
title: Vessel/Voyage
description: 'Vessel and export voyage'
description: |
Vessel and export voyage. The vessel can be nominated a `role` as either: first sea-going vessel or a mother vessel.
properties:
vesselName:
type: string
Expand All @@ -3338,6 +3339,14 @@ components:
- `2 alphanumeric characters` for the sequence number of the voyage
- `1 character` for the direction/haul (`N`orth, `E`ast, `W`est, `S`outh or `R`oundtrip).
example: 2103N
role:
type: string
maxLength: 30
description: |
Identifies the role of the vessel voyage within the Transport Document. Possible values are:
- `FIRST_SEA_GOING` (First sea-going vessel)
- `MOTHER` (Mother vessel)
example: MOTHER
required:
- vesselName
- carrierExportVoyageNumber
Expand Down