{
"id": "app.gainforest.organization.observations.measuredTreesCluster",
"defs": {
"main": {
"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"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}