Agromonitoring · JSON Structure

Agromonitoring Errorresponse Structure

Type: object Properties: 0
AgricultureSatellite ImageryVegetation IndicesWeatherPrecision AgricultureRemote Sensing

Agromonitoring Errorresponse 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/ErrorResponse.json",
  "title": "ErrorResponse",
  "type": "object",
  "fields": [
    {
      "name": "cod",
      "type": "int32",
      "description": "Error code."
    },
    {
      "name": "message",
      "type": "string",
      "description": "Error message."
    }
  ]
}