Products

NHTSA Products schema

GovernmentTransportationTruckingAviationVehicleSafetyTransitOpenData

Properties

Name Type Description
id integer
make string
model string
modelYear string
type string
View JSON Schema on GitHub

JSON Schema

products.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.nhtsa.gov/schemas/Products.json",
  "title": "Products",
  "description": "NHTSA Products schema",
  "properties": {
    "id": {
      "type": "integer"
    },
    "make": {
      "type": "string"
    },
    "model": {
      "type": "string"
    },
    "modelYear": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  },
  "type": "object"
}