Advance Auto Parts · JSON Structure

Catalog Api Make Structure

A vehicle manufacturer.

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

Catalog Api Make 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": "make-structure.json",
  "title": "Make",
  "description": "A vehicle manufacturer.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Make identifier."
    },
    "name": {
      "type": "string",
      "description": "Make display name."
    }
  }
}