iNaturalist · Schema

PostVote

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Properties

Name Type Description
vote string
View JSON Schema on GitHub

JSON Schema

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