A declaration of a measured trees cluster for an organization
Record Key
tid
Timestamp-based ID
Properties
createdAt
string
datetime
Required
The date and time of the creation of the record
shapefile
ref
app.gainforest.common.defs#smallBlob
Required
A blob pointing to a shapefile of the measured trees cluster
View raw schema
{
"key": "tid",
"type": "record",
"record": {
"type": "object",
"required": [
"shapefile",
"createdAt"
],
"properties": {
"createdAt": {
"type": "string",
"format": "datetime",
"description": "The date and time of the creation of the record"
},
"shapefile": {
"ref": "app.gainforest.common.defs#smallBlob",
"type": "ref",
"description": "A blob pointing to a shapefile of the measured trees cluster"
}
}
},
"description": "A declaration of a measured trees cluster for an organization"
}