Attributes

NHTSA Attributes schema

GovernmentTransportationTruckingAviationVehicleSafetyTransitOpenData

Properties

Name Type Description
name string
value string
View JSON Schema on GitHub

JSON Schema

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