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
6 changes: 4 additions & 2 deletions bkg/v2/BKG_v2.0.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2853,12 +2853,14 @@ components:
properties:
latitude:
type: string
description: Geographic coordinate that specifies the north–south position of a point on the Earth's surface.
description: |
Latitude expressed as decimal degrees using the ISO 6709 data interchange numeric format.
maxLength: 10
example: '48.8585500'
longitude:
type: string
description: Geographic coordinate that specifies the east–west position of a point on the Earth's surface.
description: |
Longitude expressed as decimal degrees using the ISO 6709 data interchange numeric format.
maxLength: 11
example: '2.294492036'
required:
Expand Down
1 change: 1 addition & 0 deletions bkg/v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This is a patch release for the DCSA Booking API. A new codeListProvider has bee
- `BLOC` (BlockPeer Technologies) added as new codeListProvider
- `ROU` added as `locationTypeCode` on the `ShipmentLocations` - can be used in combination with the `routingReference` property
- `Issue To Party` added in `documentParties`
- clarify in `latitude` and `longitude` description that the value is expressed using ISO 6709 data interchange numeric format

<a name="v202"></a>[Release v2.0.2 (31 July 2025)](https://app.swaggerhub.com/apis-docs/dcsaorg/DCSA_BKG/2.0.2)
---
Expand Down
6 changes: 4 additions & 2 deletions ebl/v3/EBL_v3.0.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4345,12 +4345,14 @@ components:
properties:
latitude:
type: string
description: Geographic coordinate that specifies the north–south position of a point on the Earth's surface.
description: |
Latitude expressed as decimal degrees using the ISO 6709 data interchange numeric format.
maxLength: 10
example: '48.8585500'
longitude:
type: string
description: Geographic coordinate that specifies the east–west position of a point on the Earth's surface.
description: |
Longitude expressed as decimal degrees using the ISO 6709 data interchange numeric format.
maxLength: 11
example: '2.294492036'
required:
Expand Down
1 change: 1 addition & 0 deletions ebl/v3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ This is a patch version for the DCSA Bill of Lading API. The primary reason for
- `BLOC` (BlockPeer Technologies) added as a new `sendToPlatform` and `codeListProvider`
- add `transportDocumentSubReference` to the Notifications
- add `feedbacks` object to `TransportDocument`
- clarify in `latitude` and `longitude` description that the value is expressed using ISO 6709 data interchange numeric format

<a name="v301"></a>[Release v3.0.1 (31 July 2025)](https://app.swaggerhub.com/apis-docs/dcsaorg/DCSA_EBL/3.0.1)
---
Expand Down
6 changes: 4 additions & 2 deletions ebl/v3/issuance/EBL_ISS_v3.0.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2710,12 +2710,14 @@ components:
properties:
latitude:
type: string
description: Geographic coordinate that specifies the north–south position of a point on the Earth's surface.
description: |
Latitude expressed as decimal degrees using the ISO 6709 data interchange numeric format.
maxLength: 10
example: '48.8585500'
longitude:
type: string
description: Geographic coordinate that specifies the east–west position of a point on the Earth's surface.
description: |
Longitude expressed as decimal degrees using the ISO 6709 data interchange numeric format.
maxLength: 11
example: '2.294492036'
required:
Expand Down
1 change: 1 addition & 0 deletions ebl/v3/issuance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This is a patch version for the DCSA Issuance API. eBL Solution Providers update
- clarified conditions for `numberOfOriginalsWithCharges` and `numberOfOriginalsWithoutCharges`
- 2 new DocumentParties added: `OnBehalfOfShipper` and `OnBehalfOfConsignee`
- SwaggerHub API Auto Mocking removed
- clarify in `latitude` and `longitude` description that the value is expressed using ISO 6709 data interchange numeric format

<a name="v301"></a>[Release v3.0.1 (31 July 2025)](https://app.swaggerhub.com/apis-docs/dcsaorg/DCSA_EBL_ISS/3.0.1)
---
Expand Down
6 changes: 4 additions & 2 deletions pint/v3/EBL_PINT_v3.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3423,12 +3423,14 @@ components:
properties:
latitude:
type: string
description: Geographic coordinate that specifies the north–south position of a point on the Earth's surface.
description: |
Latitude expressed as decimal degrees using the ISO 6709 data interchange numeric format.
maxLength: 10
example: '48.8585500'
longitude:
type: string
description: Geographic coordinate that specifies the east–west position of a point on the Earth's surface.
description: |
Longitude expressed as decimal degrees using the ISO 6709 data interchange numeric format.
maxLength: 11
example: '2.294492036'
required:
Expand Down
1 change: 1 addition & 0 deletions pint/v3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Snapshot as of {TBD} for EBL Platform Interoperability 3.0.0 Beta. This Snapshot
- two new DocumentParties added: `OnBehalfOfShipper` and `OnBehalfOfConsignee`
- `ESSD` as `eblPlatform` and `codeListProvider` have been deprecated - `IDT` should be used
- `BLOC` (BlockPeer Technologies) added as a new `eblPlatform` and `codeListProvider`
- clarify in `latitude` and `longitude` description that the value is expressed using ISO 6709 data interchange numeric format

<a name="v300B20250731"></a>[Release v3.0.0 Beta 20250731 (31 of July 2025)](https://app.swaggerhub.com/apis-docs/dcsaorg/DCSA_EBL_PINT/3.0.0-Beta-20250731)
---
Expand Down