RecallInvestigation

NHTSA RecallInvestigation schema

GovernmentTransportationTruckingAviationVehicleSafetyTransitOpenData

Properties

Name Type Description
id integer
investigation object
recall object
View JSON Schema on GitHub

JSON Schema

recallinvestigation.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.nhtsa.gov/schemas/RecallInvestigation.json",
  "title": "RecallInvestigation",
  "description": "NHTSA RecallInvestigation schema",
  "properties": {
    "id": {
      "format": "int64",
      "type": "integer"
    },
    "investigation": {
      "$ref": "#/definitions/Investigation"
    },
    "recall": {
      "$ref": "#/definitions/Recall"
    }
  },
  "type": "object"
}