VehicleAttribute

AutomobilesAutomotive DataCarsLicense Plate DecoderOBD-IIPower SportsVehicle APIVehicle SpecificationsVehiclesVIN Decoder
View JSON Schema on GitHub

JSON Schema

car-api-vehicleattribute-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/VehicleAttribute",
  "title": "VehicleAttribute",
  "items": {
    "type": "string"
  },
  "example": [
    "option a",
    "option b ",
    "option c"
  ],
  "type": "array"
}