Year

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

JSON Schema

car-api-year-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Year",
  "title": "Year",
  "items": {
    "type": "integer"
  },
  "example": [
    2022,
    2021,
    2020
  ],
  "type": "array"
}