Skip to content

Commit

Permalink
Merge pull request #76 from wbcsd/geographic-scope
Browse files Browse the repository at this point in the history
fix: examples by removing geographicScope object
  • Loading branch information
zeitgeist authored May 13, 2024
2 parents 95971cc + a7d2bc2 commit f40b6f8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 15 deletions.
4 changes: 1 addition & 3 deletions spec/v2/examples/get-footprint-response.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 1 addition & 3 deletions spec/v2/examples/list-footprints-response.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 1 addition & 3 deletions spec/v2/examples/pf-response-event.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
17 changes: 11 additions & 6 deletions spec/v2/index.bs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<pre class='metadata'>
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
Expand All @@ -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.
Expand Down Expand Up @@ -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"
}
```
</div>
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit f40b6f8

Please sign in to comment.