ManufacturerCommunicationComponent

NHTSA ManufacturerCommunicationComponent schema

GovernmentTransportationTruckingAviationVehicleSafetyTransitOpenData

Properties

Name Type Description
component object
id integer
manufacturerCommunication object
View JSON Schema on GitHub

JSON Schema

manufacturercommunicationcomponent.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.nhtsa.gov/schemas/ManufacturerCommunicationComponent.json",
  "title": "ManufacturerCommunicationComponent",
  "description": "NHTSA ManufacturerCommunicationComponent schema",
  "properties": {
    "component": {
      "$ref": "#/definitions/Component"
    },
    "id": {
      "format": "int64",
      "type": "integer"
    },
    "manufacturerCommunication": {
      "$ref": "#/definitions/ManufacturerCommunication"
    }
  },
  "type": "object"
}