iNaturalist · Schema

CoreTaxon

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Properties

Name Type Description
id integer
iconic_taxon_id integer
iconic_taxon_name string
is_active boolean
name string
preferred_common_name string
rank string
rank_level number
View JSON Schema on GitHub

JSON Schema

coretaxon.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CoreTaxon",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "iconic_taxon_id": {
      "type": "integer"
    },
    "iconic_taxon_name": {
      "type": "string"
    },
    "is_active": {
      "type": "boolean"
    },
    "name": {
      "type": "string"
    },
    "preferred_common_name": {
      "type": "string"
    },
    "rank": {
      "type": "string"
    },
    "rank_level": {
      "type": "number"
    }
  }
}