Advance Auto Parts · JSON Structure

Catalog Api Yearlist Structure

List of available vehicle model years.

Type: object Properties: 1
AutomotiveE-CommerceParts CatalogRetailSupply ChainFortune 500

Catalog Api Yearlist Structure is a JSON Structure definition published by Advance Auto Parts, describing 1 property. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

years

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "yearlist-structure.json",
  "title": "YearList",
  "description": "List of available vehicle model years.",
  "type": "object",
  "properties": {
    "years": {
      "type": "array",
      "description": "Array of model years."
    }
  }
}