Agromonitoring · JSON Structure

Agromonitoring Temperaturerange Structure

Type: object Properties: 0
AgricultureSatellite ImageryVegetation IndicesWeatherPrecision AgricultureRemote Sensing

Agromonitoring Temperaturerange Structure is a JSON Structure definition published by Agromonitoring. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://api.agromonitoring.com/structures/TemperatureRange.json",
  "title": "TemperatureRange",
  "type": "object",
  "fields": [
    {
      "name": "day",
      "type": "float",
      "description": "Daytime temperature."
    },
    {
      "name": "min",
      "type": "float",
      "description": "Minimum temperature of the day."
    },
    {
      "name": "max",
      "type": "float",
      "description": "Maximum temperature of the day."
    }
  ]
}