Skip to content

Commit

Permalink
feat: add certifications to credit class metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
blushi committed Jul 3, 2023
1 parent 55c8668 commit 85d43ef
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,11 @@
],
"schema:url": ""
},
"regen:verificationMethod": ""
"regen:verificationMethod": "",
"regen:certifications": [
{
"schema:name": "",
"schema:url": ""
}
]
}
8 changes: 7 additions & 1 deletion jsonld/credit-classes/C02-city-forest-credits-class.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,11 @@
],
"regen:carbonOffsetStandard": {
"schema:url": ""
}
},
"regen:certifications": [
{
"schema:name": "",
"schema:url": ""
}
]
}
2 changes: 1 addition & 1 deletion jsonld/credit-classes/credit-class.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@type": "schema:URL"
}
},
"@type": "regen:CreditClass",
"@type": "regen:XXX-CreditClass",
"schema:description": "",
"schema:name": "",
"schema:url": "",
Expand Down
2 changes: 1 addition & 1 deletion jsonld/projects/project.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@container": "@list"
}
},
"@type": "regen:CXX-Project",
"@type": "regen:XXX-Project",
"@id": "http://app.regen.network/project/<ID>",
"schema:name": "",
"schema:location": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -320,5 +320,11 @@
],
"schema:url": "https://library.regen.network/v/regen-registry-credit-classes/credits-from-other-registries/verified-carbon-standard-credit-class/approved-methodologies"
},
"regen:verificationMethod": "Third-party verified"
"regen:verificationMethod": "Third-party verified",
"regen:certifications": [
{
"schema:name": "ICROA",
"schema:url": "TODO"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,11 @@
"regen:carbonOffsetStandard": {
"schema:name": "City Forest Credits Standard",
"schema:url": "https://www.cityforestcredits.org/wp-content/uploads/2022/03/City-Forest-Credits-Standard-V2.pdf"
}
},
"regen:certifications": [
{
"schema:name": "ICROA",
"schema:url": "TODO"
}
]
}

0 comments on commit 85d43ef

Please sign in to comment.