Skip to content

Commit

Permalink
fix: have monitoringFrequency and verificationFrequency as schema:Dur…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
blushi committed Aug 29, 2023
1 parent 7b6f936 commit 91944c3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions ops/C04/credit-class-metadata/C04-ruuts-credit-class.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@
},
"regen:permanencePeriod": {
"@type": "schema:Duration"
},
"regen:monitoringFrequency": {
"@type": "schema:Duration"
},
"regen:verificationFrequency": {
"@type": "schema:Duration"
}
},
"@type": "regen:C04-CreditClass",
Expand Down Expand Up @@ -101,8 +107,8 @@
"regen:lookbackPeriod": "P-14Y",
"regen:permanencePeriod": "P20Y",
"regen:aggregatedProjects": true,
"regen:monitoringFrequency": "Annual",
"regen:verificationFrequency": "Five year",
"regen:monitoringFrequency": "P1Y",
"regen:verificationFrequency": "P5Y",
"regen:verificationMethods": [
"Ruuts Internal Quality Assurance",
"Third-Party ISO 14064-3 Verification"
Expand Down

0 comments on commit 91944c3

Please sign in to comment.