iNaturalist · Schema

Color

BiodiversityNatureCitizen ScienceWildlifeObservationsTaxaEcology

Properties

Name Type Description
id integer
value string
View JSON Schema on GitHub

JSON Schema

color.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Color",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "value": {
      "type": "string"
    }
  }
}