iNaturalist · Schema

EstablishmentMeans

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Properties

Name Type Description
establishment_means string
place object
View JSON Schema on GitHub

JSON Schema

establishmentmeans.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "EstablishmentMeans",
  "type": "object",
  "properties": {
    "establishment_means": {
      "type": "string"
    },
    "place": {
      "$ref": "#/definitions/CorePlace"
    }
  }
}