Document

NHTSA Document schema

GovernmentTransportationTruckingAviationVehicle SafetyTransitOpen Data

Properties

Name Type Description
foreignCampaign object
id integer
ncapRating object
safetyIssue object
summary string
url string
View JSON Schema on GitHub

JSON Schema

document.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.nhtsa.gov/schemas/Document.json",
  "title": "Document",
  "description": "NHTSA Document schema",
  "properties": {
    "foreignCampaign": {
      "$ref": "#/definitions/ForeignCampaign"
    },
    "id": {
      "format": "int64",
      "type": "integer"
    },
    "ncapRating": {
      "$ref": "#/definitions/NCAPRating"
    },
    "safetyIssue": {
      "$ref": "#/definitions/SafetyIssue"
    },
    "summary": {
      "type": "string"
    },
    "url": {
      "type": "string"
    }
  },
  "type": "object"
}