iNaturalist · Schema

Photo

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Properties

Name Type Description
id integer
attribution string
license_code string
url string
View JSON Schema on GitHub

JSON Schema

photo.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Photo",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "attribution": {
      "type": "string"
    },
    "license_code": {
      "type": "string"
    },
    "url": {
      "type": "string"
    }
  }
}