Amazon IoT FleetWise · JSON Structure

Iot Fleetwise Obd Signal Structure

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

Type: object Properties: 9 Required: 7
AutomotiveConnected VehiclesIoTTelematicsVehicle Data

ObdSignal is a JSON Structure definition published by Amazon IoT FleetWise, describing 9 properties, of which 7 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

pidResponseLength serviceMode pid scaling offset startByte byteLength bitRightShift bitMaskLength

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/amazon-iot-fleetwise/refs/heads/main/json-structure/iot-fleetwise-obd-signal-structure.json",
  "name": "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 Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/iot-fleetwise-obd-signal-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.