From 1ed145e506950de38ea908eac689dee46ff1b0b9 Mon Sep 17 00:00:00 2001 From: "henrik.larsen@dcsa.org" Date: Tue, 11 Nov 2025 09:57:29 +0100 Subject: [PATCH 1/2] BKG 2.0, EBL 3.0: SD-2650: Update latitude and longitude descriptions --- bkg/v2/BKG_v2.0.3.yaml | 6 ++++-- ebl/v3/EBL_v3.0.2.yaml | 6 ++++-- ebl/v3/issuance/EBL_ISS_v3.0.2.yaml | 6 ++++-- pint/v3/EBL_PINT_v3.0.0.yaml | 6 ++++-- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/bkg/v2/BKG_v2.0.3.yaml b/bkg/v2/BKG_v2.0.3.yaml index e19f0687f..ea7a1977e 100644 --- a/bkg/v2/BKG_v2.0.3.yaml +++ b/bkg/v2/BKG_v2.0.3.yaml @@ -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: diff --git a/ebl/v3/EBL_v3.0.2.yaml b/ebl/v3/EBL_v3.0.2.yaml index 94adbda3c..81dd1ce68 100644 --- a/ebl/v3/EBL_v3.0.2.yaml +++ b/ebl/v3/EBL_v3.0.2.yaml @@ -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: diff --git a/ebl/v3/issuance/EBL_ISS_v3.0.2.yaml b/ebl/v3/issuance/EBL_ISS_v3.0.2.yaml index 8910cbc4b..82b83fd03 100644 --- a/ebl/v3/issuance/EBL_ISS_v3.0.2.yaml +++ b/ebl/v3/issuance/EBL_ISS_v3.0.2.yaml @@ -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: diff --git a/pint/v3/EBL_PINT_v3.0.0.yaml b/pint/v3/EBL_PINT_v3.0.0.yaml index 5508d69a1..f9bff7491 100644 --- a/pint/v3/EBL_PINT_v3.0.0.yaml +++ b/pint/v3/EBL_PINT_v3.0.0.yaml @@ -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: From 2ea0f959b7d4f61b58365a7557b03926901834a3 Mon Sep 17 00:00:00 2001 From: "henrik.larsen@dcsa.org" Date: Tue, 11 Nov 2025 10:46:42 +0100 Subject: [PATCH 2/2] Update What's New --- bkg/v2/README.md | 1 + ebl/v3/README.md | 1 + ebl/v3/issuance/README.md | 1 + pint/v3/README.md | 1 + 4 files changed, 4 insertions(+) diff --git a/bkg/v2/README.md b/bkg/v2/README.md index 490446d64..1ec35a74b 100644 --- a/bkg/v2/README.md +++ b/bkg/v2/README.md @@ -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 [Release v2.0.2 (31 July 2025)](https://app.swaggerhub.com/apis-docs/dcsaorg/DCSA_BKG/2.0.2) --- diff --git a/ebl/v3/README.md b/ebl/v3/README.md index d36487236..4d9d6dd9d 100644 --- a/ebl/v3/README.md +++ b/ebl/v3/README.md @@ -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 [Release v3.0.1 (31 July 2025)](https://app.swaggerhub.com/apis-docs/dcsaorg/DCSA_EBL/3.0.1) --- diff --git a/ebl/v3/issuance/README.md b/ebl/v3/issuance/README.md index 4b7d33240..635d3aeca 100644 --- a/ebl/v3/issuance/README.md +++ b/ebl/v3/issuance/README.md @@ -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 [Release v3.0.1 (31 July 2025)](https://app.swaggerhub.com/apis-docs/dcsaorg/DCSA_EBL_ISS/3.0.1) --- diff --git a/pint/v3/README.md b/pint/v3/README.md index 332e747b6..63fb46319 100644 --- a/pint/v3/README.md +++ b/pint/v3/README.md @@ -50,6 +50,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 [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) ---