Samsara · JSON Structure
Samsara Vehicle Structure
JSON structure documentation for the Samsara Vehicle entity showing field hierarchy and types.
Type: object
Properties: 0
Asset TrackingConnected OperationsELDFleet ManagementGPS TrackingIoTLogisticsSafetyTelematicsTransportation
Samsara Vehicle Structure is a JSON Structure definition published by Samsara.
Meta-schema:
JSON Structure
{
"title": "Samsara Vehicle Structure",
"description": "JSON structure documentation for the Samsara Vehicle entity showing field hierarchy and types.",
"type": "object",
"fields": [
{"name": "id", "type": "string", "required": true, "description": "Unique Samsara vehicle identifier"},
{"name": "name", "type": "string", "required": true, "description": "Vehicle display name"},
{"name": "vin", "type": "string", "required": false, "description": "17-character Vehicle Identification Number"},
{"name": "make", "type": "string", "required": false, "description": "Vehicle manufacturer brand"},
{"name": "model", "type": "string", "required": false, "description": "Vehicle model name"},
{"name": "year", "type": "integer", "required": false, "description": "Model year"},
{"name": "licensePlate", "type": "string", "required": false, "description": "License plate number"},
{"name": "odometerMeters", "type": "integer", "required": false, "description": "Odometer reading in meters"},
{"name": "engineHours", "type": "number", "required": false, "description": "Total engine hours"},
{"name": "notes", "type": "string", "required": false, "description": "Freeform notes"},
{
"name": "externalIds",
"type": "object",
"required": false,
"description": "Customer-defined external system identifiers (key-value pairs)",
"fields": [
{"name": "{key}", "type": "string", "description": "Custom identifier value"}
]
},
{
"name": "tags",
"type": "array",
"required": false,
"description": "Organizational tags assigned to this vehicle",
"items": {
"type": "object",
"fields": [
{"name": "id", "type": "string", "description": "Tag identifier"},
{"name": "name", "type": "string", "description": "Tag display name"},
{"name": "parentTagId", "type": "string", "description": "Parent tag for hierarchy"}
]
}
},
{
"name": "eldSettings",
"type": "object",
"required": false,
"description": "Electronic Logging Device (ELD) compliance settings",
"fields": [
{"name": "eldExempt", "type": "boolean", "description": "Whether vehicle is ELD-exempt"},
{"name": "eldExemptReason", "type": "string", "description": "Reason for ELD exemption"}
]
},
{
"name": "staticAssignedDriver",
"type": "object",
"required": false,
"description": "Statically assigned driver",
"fields": [
{"name": "id", "type": "string", "description": "Driver ID"},
{"name": "name", "type": "string", "description": "Driver name"}
]
}
]
}
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.
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/samsara-vehicle-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.