Advance Auto Parts · JSON Structure

Catalog Api Makelist Structure

List of vehicle makes.

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

Catalog Api Makelist 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

makes

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "makelist-structure.json",
  "title": "MakeList",
  "description": "List of vehicle makes.",
  "type": "object",
  "properties": {
    "makes": {
      "type": "array",
      "description": "Array of vehicle makes."
    }
  }
}