Trims

NHTSA Trims schema

GovernmentTransportationTruckingAviationVehicleSafetyTransitOpenData

Properties

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

JSON Schema

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