Advance Auto Parts · JSON Structure

Catalog Api Store Structure

An Advance Auto Parts retail store.

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

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

Properties

id name address phone hours distance

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "store-structure.json",
  "title": "Store",
  "description": "An Advance Auto Parts retail store.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Store identifier."
    },
    "name": {
      "type": "string",
      "description": "Store name."
    },
    "address": {
      "type": "string",
      "description": "Street address."
    },
    "phone": {
      "type": "string",
      "description": "Phone number."
    },
    "hours": {
      "type": "string",
      "description": "Business hours."
    },
    "distance": {
      "type": "float",
      "description": "Distance in miles."
    }
  }
}