116fee63f8af255b…
Created Jul 22, 202615 fields1 collection using this schema
Labels
aza/officialAnimalAug 4
Fields
| Name | Type | Info |
|---|---|---|
| class | string | |
| order | string | |
| family | string | |
| phylum | string | |
| gbifKey | integer | |
| kingdom | string | |
| category | string | |
| hasGenome | boolean | |
| commonName | string | |
| threatened | boolean | |
| gbifTaxonId | string | → Taxon |
| canonicalName | string | |
| categoryLabel | string | |
| scientificName | string | |
| threatStatuses | array |
JSON Schema
{
"type": "object",
"required": [
"scientificName",
"category",
"gbifKey"
],
"properties": {
"class": {
"type": "string"
},
"order": {
"type": "string"
},
"family": {
"type": "string"
},
"phylum": {
"type": "string"
},
"gbifKey": {
"type": "integer",
"description": "GBIF backbone taxon key (nubKey). Join key to gbif-backbone and ncbi-assemblies."
},
"kingdom": {
"type": "string"
},
"category": {
"type": "string",
"description": "IUCN Red List category code (CR, EN, VU, NT, ...)."
},
"hasGenome": {
"type": "boolean",
"description": "True if NCBI has at least one genome assembly matched to this species (denormalized for easy toggling)."
},
"commonName": {
"type": "string"
},
"threatened": {
"type": "boolean",
"description": "True if category is CR, EN, or VU."
},
"gbifTaxonId": {
"type": "string",
"x-ref-type": "Taxon",
"description": "Reference to the reconciling record in the gbif-backbone collection."
},
"canonicalName": {
"type": "string"
},
"categoryLabel": {
"type": "string"
},
"scientificName": {
"type": "string"
},
"threatStatuses": {
"type": "array",
"items": {
"type": "string"
}
}
}
}Used by 1 collection
reviverestore/iucn-speciesas
Species · 1 versionFull hash:116fee63f8af255b1891732b8435c0afe7bbf08b34b6335b02b583d251e9bae3
ID:4fb118d1-0317-412a-92be-ce31c9ba68fe