Skip to content

Commit

Permalink
schemas deployed for garden assessment
Browse files Browse the repository at this point in the history
  • Loading branch information
Oba-One committed Aug 24, 2024
1 parent 920af17 commit 0ab7d93
Showing 1 changed file with 53 additions and 4 deletions.
57 changes: 53 additions & 4 deletions packages/eas/src/resources/schemas.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,59 @@
{
"name": "Garden Assessment",
"description": "Assess a Green Goods garden sapce biodiversity.",
"values": [],
"resolver": "0x8965249828954343",
"UID": "",
"parsed": ""
"values": [
{
"type": "uint8",
"name": "soilMoisturePrecentage"
},
{
"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 0ab7d93

Please sign in to comment.