From a7d2bc214ede747ce6f298b89593afba14d9abe7 Mon Sep 17 00:00:00 2001 From: Raimundo Henriques Date: Mon, 13 May 2024 11:58:11 +0100 Subject: [PATCH] fix: examples by removing geographicScope object --- spec/v2/examples/get-footprint-response.json | 4 +--- spec/v2/examples/list-footprints-response.json | 4 +--- spec/v2/examples/pf-response-event.json | 4 +--- spec/v2/index.bs | 17 +++++++++++------ 4 files changed, 14 insertions(+), 15 deletions(-) diff --git a/spec/v2/examples/get-footprint-response.json b/spec/v2/examples/get-footprint-response.json index 239900b..ab96c9c 100644 --- a/spec/v2/examples/get-footprint-response.json +++ b/spec/v2/examples/get-footprint-response.json @@ -50,9 +50,7 @@ "boundaryProcessesDescription": "1) Material acquisition and preprocessing, including growth of corn 2) Production: fuel consumption, electricity consumption, water consumption, process-generated direct emissions 3) Distribution and storage: transportation of the finished product from manufacturing site to storage site", "referencePeriodStart": "2021-01-01T00:00:00Z", "referencePeriodEnd": "2022-01-01T00:00:00Z", - "geographicScope": { - "geographyRegionOrSubregion": "Western Europe" - }, + "geographyRegionOrSubregion": "Western Europe", "secondaryEmissionFactorSources": [ { "name": "Ecoinvent", diff --git a/spec/v2/examples/list-footprints-response.json b/spec/v2/examples/list-footprints-response.json index 19d2a34..b8f700c 100644 --- a/spec/v2/examples/list-footprints-response.json +++ b/spec/v2/examples/list-footprints-response.json @@ -51,9 +51,7 @@ "boundaryProcessesDescription": "1) Material acquisition and preprocessing, including growth of corn 2) Production: fuel consumption, electricity consumption, water consumption, process-generated direct emissions 3) Distribution and storage: transportation of the finished product from manufacturing site to storage site", "referencePeriodStart": "2021-01-01T00:00:00Z", "referencePeriodEnd": "2022-01-01T00:00:00Z", - "geographicScope": { - "geographyRegionOrSubregion": "Western Europe" - }, + "geographyRegionOrSubregion": "Western Europe", "secondaryEmissionFactorSources": [ { "name": "Ecoinvent", diff --git a/spec/v2/examples/pf-response-event.json b/spec/v2/examples/pf-response-event.json index 0799fa2..ca536e7 100644 --- a/spec/v2/examples/pf-response-event.json +++ b/spec/v2/examples/pf-response-event.json @@ -58,9 +58,7 @@ "boundaryProcessesDescription": "1) Material acquisition and preprocessing, including growth of corn 2) Production: fuel consumption, electricity consumption, water consumption, process-generated direct emissions 3) Distribution and storage: transportation of the finished product from manufacturing site to storage site", "referencePeriodStart": "2021-01-01T00:00:00Z", "referencePeriodEnd": "2022-01-01T00:00:00Z", - "geographicScope": { - "geographyRegionOrSubregion": "Western Europe" - }, + "geographyRegionOrSubregion": "Western Europe", "secondaryEmissionFactorSources": [ { "name": "Ecoinvent", diff --git a/spec/v2/index.bs b/spec/v2/index.bs index 7a11b2c..5d87744 100644 --- a/spec/v2/index.bs +++ b/spec/v2/index.bs @@ -1,6 +1,6 @@
 Title: Technical Specifications for PCF Data Exchange
-Text Macro: VERSION 2.2.1-20240507
+Text Macro: VERSION 2.2.1-20240513
 Shortname: data-exchange-protocol
 Level: 1
 Status: LD
@@ -18,8 +18,8 @@ Metadata Include: This version off
 
 # Introduction # {#intro}
 
-Advisement: This document is a work in progress and should not be used for conformance testing. 
-  Please refer to the [latest stable version of the Technical Specifications]([LATEST]) for conformance testing. 
+Advisement: This document is a work in progress and should not be used for conformance testing.
+  Please refer to the [latest stable version of the Technical Specifications]([LATEST]) for conformance testing.
   All feedback is welcome.
 
 This document contains the necessary technical foundation for the [=Pathfinder Network=], an open and global network for emission data exchange.
@@ -195,9 +195,7 @@ For now, this chapter focuses on asynchronous event processing. It will be expan
           ```json
           {
             "productIds": ["urn:pathfinder:company:customcode:buyer-assigned:4321"],
-            "geographicScope": {
-              "geographyCountry": "FR"
-            },
+            "geographyCountry": "FR"
           }
           ```
         
@@ -2530,6 +2528,13 @@ path: LICENSE.md
 
 # Appendix B: Changelog # {#changelog}
 
+## Version 2.2.1 (May 13, 2024) ## {#changelog-2.2.1-20240513}
+
+Summary of changes:
+1. fixed [[#api-action-list-example]], [[#api-action-events-example]],
+    [[#api-action-get-example]], and [[#business-cases-async-events-1-workflow]] by removing spurious
+    `geographicScope` object
+
 ## Version 2.2.1 (May 7, 2024) ## {#changelog-2.2.1-20240507}
 
 Summary of changes: