Documents
Domains
Web3GPT
Our ChatBot to speak with verified on-chain data. Coming soon.
Contact Support
Send us an email
Docs
BETA
BETA
Mainnet
Coming Soon
View
Template
0
0
plots
v1.0.0
Verified Domain
oxfam.testnet.ctx
/
jesac
Versions
Other versions of the Document
1.0.0
22/04/2024 13:46:25
Table
Raw data
Field
Type
Description
location
string
No description
name
string
No description
type
string
No description
measurements
array
No description
Size: 2.15 KB
Stored on BNB Greenflied
Last update: 22/04/2024 13:46:25
Blockchain
Tx:
deb4130dac93a51763cca45b8...471f9c1e97
{
$schema:
"http://json-schema.org/draft-07/schema#"
,
type:
"object"
,
properties:
{
location:
{
type:
"string"
}
,
name:
{
type:
"string"
}
,
type:
{
type:
"string"
}
,
measurements:
{
type:
"array"
,
items:
{
type:
"object"
,
properties:
{
measurementid:
{
type:
"string"
}
,
measurementDate:
{
type:
"string"
,
format:
"date-time"
}
,
trees:
{
type:
"array"
,
items:
{
type:
"object"
,
properties:
{
id:
{
type:
"string"
}
,
location:
{
type:
"string"
}
,
CROWN_AREA:
{
type:
"number"
}
,
CO2:
{
type:
"number"
}
,
NDVI_SUM:
{
type:
"number"
}
,
NDVI_MEAN:
{
type:
"number"
}
}
,
required:
[
"id"
,
"location"
,
"CROWN_AREA"
,
"CO2"
,
"NDVI_SUM"
,
"NDVI_MEAN"
]
}
}
}
,
required:
[
"measurementid"
,
"measurementDate"
,
"trees"
]
}
}
}
,
required:
[
"location"
,
"name"
,
"type"
,
"measurements"
]
}