Components

NHTSA Components schema

GovernmentTransportationTruckingAviationVehicleSafetyTransitOpenData

Properties

Name Type Description
name string
View JSON Schema on GitHub

JSON Schema

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