TireBrand

NHTSA TireBrand schema

GovernmentTransportationTruckingAviationVehicleSafetyTransitOpenData

Properties

Name Type Description
brand string
View JSON Schema on GitHub

JSON Schema

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