app.gainforest.gbif.dataset

gainforest.earth

Documentation

A GBIF dataset registration record linking a PDS organization to its GBIF dataset UUID, installation, and archive blob.

main record

A GBIF dataset registration record linking a PDS organization to its GBIF dataset UUID, installation, and archive blob.

Record Key tid Timestamp-based ID

Properties

archiveBlob blob Optional

Blob reference to the DwC-A archive ZIP. Storing as a proper blob ref prevents PDS garbage collection.

archiveBlobCid string Optional

CID of the most recently uploaded DwC-A blob

maxGraphemes: 128 graphemes
createdAt string datetime Required

Timestamp of record creation in the ATProto PDS

datasetTitle string Optional

Human-readable dataset title

maxGraphemes: 256 graphemes
gbifDatasetKey string Required

GBIF dataset UUID returned by POST /dataset

maxGraphemes: 64 graphemes
gbifEndpointKey integer Optional

GBIF endpoint integer key returned by POST /dataset/{key}/endpoint

gbifInstallationKey string Required

GBIF installation UUID used when creating the dataset

maxGraphemes: 64 graphemes
lastCrawlFinishReason string Optional

Result of last GBIF crawl (NORMAL, ABORT, etc.)

maxGraphemes: 32 graphemes
lastPublishedAt string datetime Optional

When the archive was last published to GBIF

organizationRef string at-uri Required

AT-URI of the organization info record this dataset belongs to

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "organizationRef",
      "gbifDatasetKey",
      "gbifInstallationKey",
      "createdAt"
    ],
    "properties": {
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "Timestamp of record creation in the ATProto PDS"
      },
      "archiveBlob": {
        "type": "blob",
        "accept": [
          "application/zip"
        ],
        "description": "Blob reference to the DwC-A archive ZIP. Storing as a proper blob ref prevents PDS garbage collection."
      },
      "datasetTitle": {
        "type": "string",
        "description": "Human-readable dataset title",
        "maxGraphemes": 256
      },
      "archiveBlobCid": {
        "type": "string",
        "description": "CID of the most recently uploaded DwC-A blob",
        "maxGraphemes": 128
      },
      "gbifDatasetKey": {
        "type": "string",
        "description": "GBIF dataset UUID returned by POST /dataset",
        "maxGraphemes": 64
      },
      "gbifEndpointKey": {
        "type": "integer",
        "description": "GBIF endpoint integer key returned by POST /dataset/{key}/endpoint"
      },
      "lastPublishedAt": {
        "type": "string",
        "format": "datetime",
        "description": "When the archive was last published to GBIF"
      },
      "organizationRef": {
        "type": "string",
        "format": "at-uri",
        "description": "AT-URI of the organization info record this dataset belongs to"
      },
      "gbifInstallationKey": {
        "type": "string",
        "description": "GBIF installation UUID used when creating the dataset",
        "maxGraphemes": 64
      },
      "lastCrawlFinishReason": {
        "type": "string",
        "description": "Result of last GBIF crawl (NORMAL, ABORT, etc.)",
        "maxGraphemes": 32
      }
    }
  },
  "description": "A GBIF dataset registration record linking a PDS organization to its GBIF dataset UUID, installation, and archive blob."
}

Lexicon Garden

@