{ "@context": { "@version": 1.1, "schema": "https://schema.org/", "xsd": "http://www.w3.org/2001/XMLSchema#", "jack": "https://www.jackinthebox.com/vocab#", "JackRestaurant": "schema:FastFoodRestaurant", "JackMenuItem": "schema:MenuItem", "JackOrder": "schema:FoodOrder", "JackPackLoyalty": "schema:LoyaltyProgram", "JackFranchise": "schema:FoodEstablishment", "JackOffer": "schema:Offer", "restaurantId": { "@id": "schema:identifier", "@type": "xsd:string" }, "restaurantName": { "@id": "schema:name", "@type": "xsd:string" }, "restaurantAddress": { "@id": "schema:address", "@type": "schema:PostalAddress" }, "restaurantPhone": { "@id": "schema:telephone", "@type": "xsd:string" }, "restaurantHours": { "@id": "schema:openingHoursSpecification" }, "drivethru": { "@id": "jack:hasDriveThru", "@type": "xsd:boolean" }, "twentyFourHours": { "@id": "jack:is24Hours", "@type": "xsd:boolean" }, "mobileOrderingEnabled": { "@id": "jack:mobileOrderingEnabled", "@type": "xsd:boolean" }, "menuItemId": { "@id": "schema:identifier", "@type": "xsd:string" }, "menuItemName": { "@id": "schema:name", "@type": "xsd:string" }, "menuItemDescription": { "@id": "schema:description", "@type": "xsd:string" }, "menuItemCategory": { "@id": "schema:inMenuSection", "@type": "xsd:string" }, "menuItemPrice": { "@id": "schema:offers", "@type": "schema:Offer" }, "calories": { "@id": "schema:calories", "@type": "xsd:integer" }, "orderId": { "@id": "schema:orderNumber", "@type": "xsd:string" }, "orderDate": { "@id": "schema:orderDate", "@type": "xsd:dateTime" }, "orderType": { "@id": "jack:orderType", "@type": "xsd:string" }, "orderStatus": { "@id": "schema:orderStatus" }, "orderTotal": { "@id": "schema:price", "@type": "xsd:decimal" }, "jackPackPoints": { "@id": "jack:jackPackPoints", "@type": "xsd:integer" }, "jackPackTier": { "@id": "jack:jackPackTier", "@type": "xsd:string" } } }