iNaturalist · Schema

ObservationPhoto

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Properties

Name Type Description
id integer
uuid string
photo object
position integer
View JSON Schema on GitHub

JSON Schema

observationphoto.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ObservationPhoto",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "uuid": {
      "type": "string"
    },
    "photo": {
      "$ref": "#/definitions/Photo"
    },
    "position": {
      "type": "integer"
    }
  }
}