Agromonitoring · JSON Structure

Agromonitoring Polygoncreaterequest Structure

Type: object Properties: 0
AgricultureSatellite ImageryVegetation IndicesWeatherPrecision AgricultureRemote Sensing

Agromonitoring Polygoncreaterequest 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/PolygonCreateRequest.json",
  "title": "PolygonCreateRequest",
  "type": "object",
  "fields": [
    {
      "name": "name",
      "type": "string",
      "description": "Display name for the field."
    },
    {
      "name": "geo_json",
      "type": "string"
    }
  ]
}