iNaturalist · Schema

ProjectObservation

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Properties

Name Type Description
id integer
project_id integer
observation_id integer
curator_identification_id integer
tracking_code string
prefers_curator_coordinate_access boolean
View JSON Schema on GitHub

JSON Schema

projectobservation.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ProjectObservation",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "project_id": {
      "type": "integer"
    },
    "observation_id": {
      "type": "integer"
    },
    "curator_identification_id": {
      "type": "integer"
    },
    "tracking_code": {
      "type": "string"
    },
    "prefers_curator_coordinate_access": {
      "type": "boolean"
    }
  }
}