Recalls

NHTSA Recalls schema

GovernmentTransportationTruckingAviationVehicleSafetyTransitOpenData

Properties

Name Type Description
nhtsaCampaignNumber string
subject string
View JSON Schema on GitHub

JSON Schema

recalls.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.nhtsa.gov/schemas/Recalls.json",
  "title": "Recalls",
  "description": "NHTSA Recalls schema",
  "properties": {
    "nhtsaCampaignNumber": {
      "type": "string"
    },
    "subject": {
      "type": "string"
    }
  },
  "type": "object"
}