iNaturalist · Schema

CorePlace

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Properties

Name Type Description
id integer
name string
display_name string
View JSON Schema on GitHub

JSON Schema

coreplace.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CorePlace",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "display_name": {
      "type": "string"
    }
  }
}