app.gainforest.dwc.dataset

gainforest.earth

Documentation

A user-named dataset representing a batch of uploaded occurrence records.

main record

A user-named dataset representing a batch of uploaded occurrence records.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

Timestamp of dataset creation in the ATProto PDS.

description string Optional

Optional description of the dataset contents, methodology, or purpose.

maxGraphemes: 2048 graphemes
establishmentMeans string Optional

Batch-level establishment means for all records in this dataset. Uses the GBIF controlled vocabulary.

maxGraphemes: 64 graphemes
Allowed: native, introduced, naturalised, invasive, managed, uncertain
name string Required

User-given name for the dataset (e.g. 'March 2025 Danum Valley Survey').

maxGraphemes: 256 graphemes
recordCount integer Optional

Number of occurrence records in this dataset. Set after upload completes.

minimum: 0
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name",
      "createdAt"
    ],
    "properties": {
      "name": {
        "type": "string",
        "description": "User-given name for the dataset (e.g. 'March 2025 Danum Valley Survey').",
        "maxGraphemes": 256
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Timestamp of dataset creation in the ATProto PDS."
      },
      "description": {
        "type": "string",
        "description": "Optional description of the dataset contents, methodology, or purpose.",
        "maxGraphemes": 2048
      },
      "recordCount": {
        "type": "integer",
        "minimum": 0,
        "description": "Number of occurrence records in this dataset. Set after upload completes."
      },
      "establishmentMeans": {
        "enum": [
          "native",
          "introduced",
          "naturalised",
          "invasive",
          "managed",
          "uncertain"
        ],
        "type": "string",
        "description": "Batch-level establishment means for all records in this dataset. Uses the GBIF controlled vocabulary.",
        "maxGraphemes": 64
      }
    }
  },
  "description": "A user-named dataset representing a batch of uploaded occurrence records."
}

Lexicon Garden

@