Makes

NHTSA Makes schema

GovernmentTransportationTruckingAviationVehicleSafetyTransitOpenData

Properties

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

JSON Schema

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