Trimble Agriculture Crop Zone

A crop zone organizing crop information by field and season in the Trimble Agriculture Cloud

AgricultureFarmingIoTPrecision AgricultureField ManagementPrescriptionsTelematics

Properties

Name Type Description
id string Unique crop zone identifier
fieldId string Field that contains this crop zone
farmId string Farm that contains the parent field
season integer Crop year (e.g., 2026)
cropType string Crop being grown (e.g., Corn, Soybeans, Wheat, Cotton)
variety string Crop variety or hybrid name
area number Crop zone area in hectares
boundary object Crop zone boundary as GeoJSON geometry
View JSON Schema on GitHub

JSON Schema

trimble-agriculture-cropzone-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/trimble-agriculture/main/json-schema/trimble-agriculture-cropzone-schema.json",
  "title": "Trimble Agriculture Crop Zone",
  "description": "A crop zone organizing crop information by field and season in the Trimble Agriculture Cloud",
  "type": "object",
  "required": ["id", "fieldId", "season", "cropType"],
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "description": "Unique crop zone identifier"
    },
    "fieldId": {
      "type": "string",
      "format": "uuid",
      "description": "Field that contains this crop zone"
    },
    "farmId": {
      "type": "string",
      "format": "uuid",
      "description": "Farm that contains the parent field"
    },
    "season": {
      "type": "integer",
      "minimum": 1900,
      "maximum": 2100,
      "description": "Crop year (e.g., 2026)"
    },
    "cropType": {
      "type": "string",
      "description": "Crop being grown (e.g., Corn, Soybeans, Wheat, Cotton)"
    },
    "variety": {
      "type": "string",
      "description": "Crop variety or hybrid name"
    },
    "area": {
      "type": "number",
      "format": "float",
      "minimum": 0,
      "description": "Crop zone area in hectares"
    },
    "boundary": {
      "$ref": "#/definitions/GeoJsonGeometry",
      "description": "Crop zone boundary as GeoJSON geometry"
    }
  },
  "definitions": {
    "GeoJsonGeometry": {
      "type": "object",
      "description": "GeoJSON geometry object",
      "properties": {
        "type": {
          "type": "string",
          "enum": ["Polygon", "MultiPolygon"]
        },
        "coordinates": {
          "type": "array",
          "description": "GeoJSON coordinate array"
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/trimble-agriculture-cropzone"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.