iNaturalist · Schema

FieldValue

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Properties

Name Type Description
name string
value string
View JSON Schema on GitHub

JSON Schema

fieldvalue.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "FieldValue",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "value": {
      "type": "string"
    }
  }
}