Skip to content

Commit

Permalink
changed verificationMethod to verificationMethods
Browse files Browse the repository at this point in the history
  • Loading branch information
S4mmyb committed Jun 22, 2023
1 parent 8c8bbf2 commit 6a0f9ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions jsonld/credit-classes/C04-ruuts-credit-class.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"regen:ecosystemType": {
"@container": "@list"
},
"regen:verificationMethod": {
"regen:verificationMethods": {
"@container": "@list"
},
"regen:additionalityApproach": {
Expand Down Expand Up @@ -64,7 +64,7 @@
"schema:url": ""
},
"regen:sectoralScope": [""],
"regen:offsetGenerationMethod": [""],
"regen:offsetGenerationMethods": [""],
"regen:measuredGHGs": [""],
"regen:coBenefits": [""],
"regen:geographicApplicability": "",
Expand Down
4 changes: 2 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 @@ -30,7 +30,7 @@
"regen:ecosystemType": {
"@container": "@list"
},
"regen:verificationMethod": {
"regen:verificationMethods": {
"@container": "@list"
},
"regen:additionalityApproach": {
Expand Down Expand Up @@ -98,7 +98,7 @@
"regen:aggregatedProjects": true,
"regen:monitoringFrequency": "Annual",
"regen:verificationFrequency": "Five year",
"regen:verificationMethod": [
"regen:verificationMethods": [
"Ruuts Internal Quality Assurance",
"Third-Party ISO 14064-3 Verification"
],
Expand Down
2 changes: 1 addition & 1 deletion shacl/credit-classes/C04-ruuts-credit-class.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ regen:C04-CreditClassShape a sh:NodeShape ;
sh:minLength 1 ;
] ;
sh:property [
sh:path regen:verificationMethod ;
sh:path regen:verificationMethods ;
sh:node dash:ListShape ;
sh:property [
sh:path ( [ sh:zeroOrMorePath rdf:rest ] rdf:first ) ;
Expand Down

0 comments on commit 6a0f9ac

Please sign in to comment.