Skip to content

Commit

Permalink
credit batch info for projects C02-005 & C02-006
Browse files Browse the repository at this point in the history
  • Loading branch information
S4mmyb authored and blushi committed Jul 4, 2023
1 parent 6d9335b commit 2a487f6
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 0 deletions.
34 changes: 34 additions & 0 deletions ops/C02/credit-batch-metadata/C02-005-2022-001.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"@context": {
"schema": "http://schema.org/",
"regen": "https://schema.regen.network#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"regen:cfcVintageYear": {
"@type": "xsd:gYear"
},
"regen:cfcCreditSerialNumbers": {
"@container": "@list"
},
"regen:verificationReports": {
"@container": "@list"
},
"schema:url": {
"@type": "schema:URL"
}
},
"@type": "regen:C02-CreditBatch",
"regen:cfcCreditSerialNumbers": [
"20465 - 21964"
],
"regen:cfcVintageYear": 2022,
"regen:verificationReports": [
{
"schema:url": "https://www.cityforestcredits.org/wp-content/uploads/2019/10/Evergreen-Verification-Report.pdf"
}
],
"regen:projectVerifier": {
"schema:name": "Ecofor LLC",
"schema:url": "https://www.ecofor.ca/"
}
}

34 changes: 34 additions & 0 deletions ops/C02/credit-batch-metadata/C02-006-2021-001.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"@context": {
"schema": "http://schema.org/",
"regen": "https://schema.regen.network#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"regen:cfcVintageYear": {
"@type": "xsd:gYear"
},
"regen:cfcCreditSerialNumbers": {
"@container": "@list"
},
"regen:verificationReports": {
"@container": "@list"
},
"schema:url": {
"@type": "schema:URL"
}
},
"@type": "regen:C02-CreditBatch",
"regen:cfcCreditSerialNumbers": [
"43432 - 47570"
],
"regen:cfcVintageYear": 2021,
"regen:verificationReports": [
{
"schema:url": "https://www.cityforestcredits.org/wp-content/uploads/2019/10/Evergreen-Verification-Report.pdf"
}
],
"regen:projectVerifier": {
"schema:name": "Ecofor LLC",
"schema:url": "https://www.ecofor.ca/"
}
}

0 comments on commit 2a487f6

Please sign in to comment.