Models

NHTSA Models schema

GovernmentTransportationTruckingAviationVehicleSafetyTransitOpenData

Properties

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

JSON Schema

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