Skip to content

Commit

Permalink
Garden Assessment Attestation (#78)
Browse files Browse the repository at this point in the history
* schemas deployed for garden assessment

* Update schemas.json

Signed-off-by: coi <[email protected]>

---------

Signed-off-by: coi <[email protected]>
Co-authored-by: coi <[email protected]>
  • Loading branch information
Oba-One and cauetomaz authored Aug 24, 2024
1 parent 920af17 commit e07abff
Showing 1 changed file with 54 additions and 5 deletions.
59 changes: 54 additions & 5 deletions packages/eas/src/resources/schemas.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,60 @@
[
{
"name": "Garden Assessment",
"description": "Assess a Green Goods garden sapce biodiversity.",
"values": [],
"resolver": "0x8965249828954343",
"UID": "",
"parsed": ""
"description": "Assess a Green Goods garden space biodiversity.",
"values": [
{
"type": "uint8",
"name": "soilMoisturePercentage"
},
{
"type": "uint256",
"name": "carbonTonStock"
},
{
"type": "uint256",
"name": "carbonTonPotential"
},
{
"type": "uint256",
"name": "gardenSquareMeters"
},
{
"type": "string",
"name": "biome"
},
{
"type": "string",
"name": "remoteReportPDF"
},
{
"type": "string",
"name": "speciesRegistryJSON"
},
{
"type": "string[]",
"name": "polygonCoordinates"
},
{
"type": "string[]",
"name": "treeGenusesObserved"
},
{
"type": "string[]",
"name": "weedGenusesObserved"
},
{
"type": "string[]",
"name": "issues"
},
{
"type": "string[]",
"name": "tags"
}
],
"resolver": "",
"UID": "0xc3b3fd4f173683ad40c405b4e8f5e0ede9ba5605e618eff98d576fa04cd5c890",
"parsed": "uint8 soilMoisturePrecentage, uint256 carbonTonStock, uint256 carbonTonPotential, uint256 gardenSquareMeters, string biome, string remoteReportPDF, string speciesRegistryJSON, string[] polygonCoordinates, string[] treeGenusesObserved, string[] weedGenusesObserved, string[] issues, string[] tags"
},
{
"name": "Work",
Expand Down

0 comments on commit e07abff

Please sign in to comment.