Skip to content

Commit 0047c28

Browse files
Merge pull request #126 from sine-fdn/dataschema
fix: replace mistaken dataSchema values in examples
2 parents b4334e9 + 7681147 commit 0047c28

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

specs/index.bs

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<pre class='metadata'>
2-
Title: iLEAP Technical Specifications (Version 0.2.1-20241210)
2+
Title: iLEAP Technical Specifications (Version 0.2.1-20241211)
33
Shortname: ileap-extension
44
Status: LD
55
Status Text: Draft Technical Specification
@@ -471,7 +471,7 @@ The highlighted lines show the data exchanged according to the <{ShipmentFootpri
471471
"extensions": [
472472
{
473473
"specVersion": "2.0.0",
474-
"dataSchema": "https://catalog.carbon-transparency.com/sfc-ileap/0.0.1/shipmentfootprint.json",
474+
"dataSchema": "https://api.ileap.sine.dev/shipment-footprint.json",
475475
"data": {
476476
"mass": "87",
477477
"shipmentId": "1237890",
@@ -553,7 +553,7 @@ The highlighted lines show 2 TCEs which `Z` has collected and calculated for `S`
553553
"extensions": [
554554
{
555555
"specVersion": "2.0.0",
556-
"dataSchema": "https://catalog.carbon-transparency.com/sfc-ileap/0.0.1/shipmentfootprint.json",
556+
"dataSchema": "https://api.ileap.sine.dev/shipment-footprint.json",
557557
"data": {
558558
"mass": "87",
559559
"shipmentId": "1237890",
@@ -2485,12 +2485,12 @@ properties that cannot be derived from `HOC` CAN be populated in a best-effort m
24852485

24862486
# Appendix A: Changelog # {#changelog}
24872487

2488-
## Version 0.2.1-20241210 (2024-12-10) ## {#version-20241210}
2488+
## Version 0.2.1-20241211 (2024-12-11) ## {#version-20241211}
24892489

24902490
- add guidance on how to populate PACT's `DataModelExtension` data type in [[#pcf-mapping-sf]],
24912491
[[#pcf-mapping-toc]], and [[#pcf-mapping-hoc]]
24922492
- remove outdated advisement from [[#appendix-b]]
2493-
- fix typo in `dataSchema` of [[#appendix-b-hoc-example]]
2493+
- fix typos in `dataSchema` of [[#example-http]] and [[#appendix-b-hoc-example]]
24942494

24952495
## Version 0.2.1-20241113 (2024-11-13) ## {#version-20241113}
24962496

0 commit comments

Comments
 (0)