Component

NHTSA Component schema

GovernmentTransportationTruckingAviationVehicleSafetyTransitOpenData

Properties

Name Type Description
artemisId integer
description string
id integer
name string
View JSON Schema on GitHub

JSON Schema

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