InspectionStationDetails

NHTSA InspectionStationDetails schema

GovernmentTransportationTruckingAviationVehicleSafetyTransitOpenData

Properties

Name Type Description
city string
contact string
hasEvent boolean
hours string
latitude number
longitude number
name string
note string a list of dates.
phone string
spanishSpeaking boolean
state string
stateAbbr string
streetAddress string
zip string
View JSON Schema on GitHub

JSON Schema

inspectionstationdetails.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.nhtsa.gov/schemas/InspectionStationDetails.json",
  "title": "InspectionStationDetails",
  "description": "NHTSA InspectionStationDetails schema",
  "properties": {
    "city": {
      "type": "string"
    },
    "contact": {
      "type": "string"
    },
    "hasEvent": {
      "type": "boolean"
    },
    "hours": {
      "type": "string"
    },
    "latitude": {
      "type": "number"
    },
    "longitude": {
      "type": "number"
    },
    "name": {
      "type": "string"
    },
    "note": {
      "description": "a list of dates.",
      "type": "string"
    },
    "phone": {
      "type": "string"
    },
    "spanishSpeaking": {
      "type": "boolean"
    },
    "state": {
      "type": "string"
    },
    "stateAbbr": {
      "type": "string"
    },
    "streetAddress": {
      "type": "string"
    },
    "zip": {
      "type": "string"
    }
  },
  "type": "object"
}