iNaturalist · Schema

PostIdentification

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Properties

Name Type Description
identification object
View JSON Schema on GitHub

JSON Schema

postidentification.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PostIdentification",
  "type": "object",
  "properties": {
    "identification": {
      "type": "object",
      "properties": {
        "observation_id": {
          "type": "integer"
        },
        "taxon_id": {
          "type": "integer"
        },
        "current": {
          "type": "boolean"
        },
        "body": {
          "type": "string"
        }
      }
    }
  }
}