agrio · JSON Structure

Agrio Supported Crops Response Structure

List of crop types supported by the Agrio diagnosis service.

Type: object Properties: 1
AgriculturePlant DiseasePest DetectionAICrop Advisory

Supported Crops Response is a JSON Structure definition published by agrio, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

crops

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/agrio/refs/heads/main/json-structure/agrio-supported-crops-response-structure.json",
  "name": "Supported Crops Response",
  "description": "List of crop types supported by the Agrio diagnosis service.",
  "type": "object",
  "properties": {
    "crops": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Crop"
      }
    }
  }
}