{ "@context": { "@version": 1.1, "aap": "https://api.advanceautoparts.com/v1/vocab#", "schema": "https://schema.org/", "xsd": "http://www.w3.org/2001/XMLSchema#", "YearList": "aap:YearList", "years": "aap:years", "Make": "aap:Make", "MakeList": "aap:MakeList", "makes": "aap:makes", "id": "@id", "name": "schema:name", "VehicleModel": "aap:VehicleModel", "ModelList": "aap:ModelList", "models": "aap:models", "Product": "aap:Product", "partNumber": "aap:partNumber", "brand": "schema:brand", "description": "schema:description", "price": { "@id": "schema:price", "@type": "xsd:decimal" }, "available": "schema:availability", "categoryId": "aap:categoryId", "ProductList": "aap:ProductList", "products": "aap:products", "total": "aap:total", "StoreInventory": "aap:StoreInventory", "storeId": "aap:storeId", "storeName": "aap:storeName", "quantity": "aap:quantity", "InventoryResult": "aap:InventoryResult", "stores": "aap:stores", "Store": "schema:AutoPartsStore", "address": "schema:address", "phone": "schema:telephone", "hours": "schema:openingHours", "distance": "aap:distance", "StoreList": "aap:StoreList", "ErrorResponse": "aap:ErrorResponse", "code": "aap:errorCode", "message": "schema:description" } }