CNH · Schema

CNH FieldOps Vehicle Telemetry

ISO 15143-3 vehicle telemetry payload returned by the CNH FieldOps API. Two profiles are supported: CP (CAN Parameter) and MH (Machine Health).

AgricultureConstructionTelematicsEquipmentFieldOps

Properties

Name Type Description
vehicleId string
profile string CP = CAN Parameter profile (default). MH = Machine Health profile.
windowStart string
windowEnd string
location object
operatingHours number Engine operating hours over the window.
idleHours number Engine idle hours over the window.
fuelRemainingRatio number Fraction of tank fuel remaining at end of window.
defRemaining number Diesel Exhaust Fluid remaining (liters).
peakDailySpeed number Peak ground speed observed during the window (km/h).
distance number Total distance travelled in the window (km).
errorTags string Comma-separated error/quality tags (e.g. NO_GPS_FIX, NULL_DATA, UNREALISTIC_VALUE).
faultCodes array
View JSON Schema on GitHub

JSON Schema

cnh-telemetry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/cnh/main/json-schema/cnh-telemetry-schema.json",
  "title": "CNH FieldOps Vehicle Telemetry",
  "description": "ISO 15143-3 vehicle telemetry payload returned by the CNH FieldOps API. Two profiles are supported: CP (CAN Parameter) and MH (Machine Health).",
  "type": "object",
  "required": ["vehicleId", "profile"],
  "properties": {
    "vehicleId": { "type": "string" },
    "profile": {
      "type": "string",
      "enum": ["CP", "MH"],
      "description": "CP = CAN Parameter profile (default). MH = Machine Health profile."
    },
    "windowStart": { "type": "string", "format": "date-time" },
    "windowEnd": { "type": "string", "format": "date-time" },
    "location": {
      "type": "object",
      "properties": {
        "latitude": { "type": "number" },
        "longitude": { "type": "number" },
        "altitude": { "type": "number" },
        "gpsFix": { "type": "boolean" }
      }
    },
    "operatingHours": {
      "type": "number",
      "description": "Engine operating hours over the window."
    },
    "idleHours": {
      "type": "number",
      "description": "Engine idle hours over the window."
    },
    "fuelRemainingRatio": {
      "type": "number",
      "minimum": 0,
      "maximum": 1,
      "description": "Fraction of tank fuel remaining at end of window."
    },
    "defRemaining": {
      "type": "number",
      "description": "Diesel Exhaust Fluid remaining (liters)."
    },
    "peakDailySpeed": {
      "type": "number",
      "description": "Peak ground speed observed during the window (km/h)."
    },
    "distance": {
      "type": "number",
      "description": "Total distance travelled in the window (km)."
    },
    "errorTags": {
      "type": "string",
      "description": "Comma-separated error/quality tags (e.g. NO_GPS_FIX, NULL_DATA, UNREALISTIC_VALUE)."
    },
    "faultCodes": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "code": { "type": "string" },
          "severity": {
            "type": "string",
            "enum": ["INFO", "WARNING", "FAULT"]
          },
          "timestamp": { "type": "string", "format": "date-time" },
          "description": { "type": "string" }
        }
      }
    }
  }
}

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/cnh-telemetry"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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