Skip to content

Commit

Permalink
Merge pull request #57 from wbcsd/examples
Browse files Browse the repository at this point in the history
fix: examples' pCfExcludingBiogenic value
  • Loading branch information
raimundo-henriques authored Mar 27, 2024
2 parents bf7720b + 202e572 commit 1960094
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion decisions/log/0026-async-request-by-default.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ The following changes to the tech spec Bikeshed file[^1] shall be made:
"pcf": {
"declaredUnit": "liter",
"unitaryProductAmount": "12.0",
"pCfExcludingBiogenic": "0.0",
"pCfExcludingBiogenic": "0.123",
"fossilGhgEmissions": "0.123",
"fossilCarbonContent": "0.0",
"biogenicCarbonContent": "0.0",
Expand Down
4 changes: 2 additions & 2 deletions spec/v2/examples/invalid-response-all-properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"pcf": {
"declaredUnit": "liter",
"unitaryProductAmount": "12.0",
"pCfExcludingBiogenic": "0.0",
"pCfExcludingBiogenic": "0.123",
"pCfIncludingBiogenic": "0.0",
"fossilGhgEmissions": "0.123",
"fossilCarbonContent": "1.721",
Expand Down Expand Up @@ -105,4 +105,4 @@
]
}
]
}
}
4 changes: 2 additions & 2 deletions spec/v2/examples/list-footprint-response.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"pcf": {
"declaredUnit": "liter",
"unitaryProductAmount": "12.0",
"pCfExcludingBiogenic": "0.0",
"pCfExcludingBiogenic": "0.123",
"fossilGhgEmissions": "0.123",
"fossilCarbonContent": "0.0",
"biogenicCarbonContent": "0.0",
Expand Down Expand Up @@ -76,4 +76,4 @@
}
]
}
}
}
4 changes: 2 additions & 2 deletions spec/v2/examples/list-footprints-response.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"pcf": {
"declaredUnit": "liter",
"unitaryProductAmount": "12.0",
"pCfExcludingBiogenic": "0.0",
"pCfExcludingBiogenic": "0.123",
"fossilGhgEmissions": "0.123",
"fossilCarbonContent": "0.0",
"biogenicCarbonContent": "0.0",
Expand Down Expand Up @@ -78,4 +78,4 @@
]
}
]
}
}
3 changes: 2 additions & 1 deletion spec/v2/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2453,7 +2453,7 @@ Example PF Response Event request body
"pcf": {
"declaredUnit": "liter",
"unitaryProductAmount": "12.0",
"pCfExcludingBiogenic": "0.0",
"pCfExcludingBiogenic": "0.123",
"fossilGhgEmissions": "0.123",
"fossilCarbonContent": "0.0",
"biogenicCarbonContent": "0.0",
Expand Down Expand Up @@ -2567,6 +2567,7 @@ Summary of changes:
2. clarification of [=PF Request Event=] syntax, including the instruction that the
[=ProductFootprintFragment=] should refer to one single productm
3. addition of a recommendation to include [=ProductIds=] in the PF Request Event request body
4. fixed the incorrect the value of `pCfExcludingBiogenic` in all relevant examples

## Version 2.2.0-20240320 (Mar 20, 2024) ## {#changelog-2.2.0-20240320}

Expand Down

0 comments on commit 1960094

Please sign in to comment.