app.gainforest.organization.observations.measuredTreesCluster

gainforest.earth

Documentation

A declaration of a measured trees cluster for an organization

main record

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

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"
}

Lexicon Garden

@