app.gainforest.organization.observations.fauna

gainforest.earth

Documentation

DEPRECATED: Use app.gainforest.dwc.occurrence instead. A declaration of a fauna observation for an organization.

main record

DEPRECATED: Use app.gainforest.dwc.occurrence instead. A declaration of a fauna observation for an organization.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

The date and time of the creation of the record

gbifTaxonKeys array of string Required

An array of GBIF taxon keys for each fauna observation

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "gbifTaxonKeys",
      "createdAt"
    ],
    "properties": {
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "The date and time of the creation of the record"
      },
      "gbifTaxonKeys": {
        "type": "array",
        "items": {
          "type": "string",
          "description": "The GBIF taxon key of the fauna observation"
        },
        "description": "An array of GBIF taxon keys for each fauna observation"
      }
    }
  },
  "description": "DEPRECATED: Use app.gainforest.dwc.occurrence instead. A declaration of a fauna observation for an organization."
}

Lexicon Garden

@