iNaturalist · Schema

PostObservationVote

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Properties

Name Type Description
vote string
scope object
View JSON Schema on GitHub

JSON Schema

postobservationvote.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PostObservationVote",
  "type": "object",
  "properties": {
    "vote": {
      "type": "string",
      "enum": [
        "up",
        "down"
      ]
    },
    "scope": {
      "enum": [
        "needs_id"
      ]
    }
  }
}