app.gainforest.organization.predictions.flora
Schema Diff
+1 -1
1
1
{
2
2
"id": "app.gainforest.organization.predictions.flora",
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 flora prediction"
24
24
},
25
25
"description": "An array of GBIF taxon keys for each flora prediction"
26
26
}
27
27
}
28
28
},
29
-
"description": "A declaration of a flora prediction for an organization"
29
+
"description": "DEPRECATED: Use app.gainforest.dwc.occurrence with basisOfRecord='MachineObservation' instead. A declaration of a flora prediction for an organization."
30
30
}
31
31
},
32
32
"$type": "com.atproto.lexicon.schema",
33
33
"lexicon": 1
34
34
}