Advance Auto Parts · JSON Structure

Catalog Api Vehiclemodel Structure

A vehicle model.

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

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

Properties

id name

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "vehiclemodel-structure.json",
  "title": "VehicleModel",
  "description": "A vehicle model.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Model identifier."
    },
    "name": {
      "type": "string",
      "description": "Model display name."
    }
  }
}