ObdSignal

Information about signal messages using the on-board diagnostics (OBD) II protocol in a vehicle.

AutomotiveConnected VehiclesIoTTelematicsVehicle Data

Properties

Name Type Description
pidResponseLength object
serviceMode object
pid object
scaling object
offset object
startByte object
byteLength object
bitRightShift object
bitMaskLength object
View JSON Schema on GitHub

JSON Schema

iot-fleetwise-obd-signal-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-fleetwise/refs/heads/main/json-schema/iot-fleetwise-obd-signal-schema.json",
  "title": "ObdSignal",
  "description": "Information about signal messages using the on-board diagnostics (OBD) II protocol in a vehicle.",
  "type": "object",
  "properties": {
    "pidResponseLength": {
      "allOf": [
        {
          "$ref": "#/components/schemas/positiveInteger"
        },
        {
          "description": "The length of the requested data."
        }
      ]
    },
    "serviceMode": {
      "allOf": [
        {
          "$ref": "#/components/schemas/nonNegativeInteger"
        },
        {
          "description": "The mode of operation (diagnostic service) in a message."
        }
      ]
    },
    "pid": {
      "allOf": [
        {
          "$ref": "#/components/schemas/nonNegativeInteger"
        },
        {
          "description": "The diagnostic code used to request data from a vehicle for this signal."
        }
      ]
    },
    "scaling": {
      "allOf": [
        {
          "$ref": "#/components/schemas/double"
        },
        {
          "description": "A multiplier used to decode the message."
        }
      ]
    },
    "offset": {
      "allOf": [
        {
          "$ref": "#/components/schemas/double"
        },
        {
          "description": "The offset used to calculate the signal value. Combined with scaling, the calculation is <code>value = raw_value * scaling + offset</code>."
        }
      ]
    },
    "startByte": {
      "allOf": [
        {
          "$ref": "#/components/schemas/nonNegativeInteger"
        },
        {
          "description": "Indicates the beginning of the message."
        }
      ]
    },
    "byteLength": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ObdByteLength"
        },
        {
          "description": "The length of a message."
        }
      ]
    },
    "bitRightShift": {
      "allOf": [
        {
          "$ref": "#/components/schemas/nonNegativeInteger"
        },
        {
          "description": "The number of positions to shift bits in the message."
        }
      ]
    },
    "bitMaskLength": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ObdBitmaskLength"
        },
        {
          "description": "The number of bits to mask in a message."
        }
      ]
    }
  },
  "required": [
    "pidResponseLength",
    "serviceMode",
    "pid",
    "scaling",
    "offset",
    "startByte",
    "byteLength"
  ]
}

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/iot-fleetwise-obd-signal"
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.