app.gainforest.organization.predictions.fauna

gainforest.earth

Schema Diff

+1 -1

From

CID
bafyreigptlwlnkq...
Indexed At
2026-01-21 14:18 UTC
View this version

To

CID
bafyreigm3clqmvb...
Indexed At
2026-01-28 09:52 UTC
View this version
1 1
{
2 2
  "id": "app.gainforest.organization.predictions.fauna",
3 3
  "defs": {
4 4
    "main": {
5 5
      "key": "tid",
6 6
      "type": "record",
7 7
      "record": {
8 8
        "type": "object",
9 9
        "required": [
10 10
          "gbifTaxonKeys",
11 11
          "createdAt"
12 12
        ],
13 13
        "properties": {
14 14
          "createdAt": {
15 15
            "type": "string",
16 16
            "format": "datetime",
17 17
            "description": "The date and time of the creation of the record"
18 18
          },
19 19
          "gbifTaxonKeys": {
20 20
            "type": "array",
21 21
            "items": {
22 22
              "type": "string",
23 23
              "description": "The GBIF taxon key of the fauna prediction"
24 24
            },
25 25
            "description": "An array of GBIF taxon keys for each fauna prediction"
26 26
          }
27 27
        }
28 28
      },
29 -
      "description": "A declaration of a fauna prediction for an organization"
29 +
      "description": "DEPRECATED: Use app.gainforest.dwc.occurrence with basisOfRecord='MachineObservation' instead. A declaration of a fauna prediction for an organization."
30 30
    }
31 31
  },
32 32
  "$type": "com.atproto.lexicon.schema",
33 33
  "lexicon": 1
34 34
}

Compare Other Versions

Lexicon Garden

@