Jack In The Box Context
JSON-LD context defining the semantic vocabulary for Jack In The Box from Jack in the Box.
6 Classes
21 Properties
3 Namespaces
Namespaces
schema:
https://schema.org/
xsd:
http://www.w3.org/2001/XMLSchema#
jack:
https://www.jackinthebox.com/vocab#
Classes
JackRestaurant
JackMenuItem
JackOrder
JackPackLoyalty
JackFranchise
JackOffer
Properties
| Property |
Type |
Container |
| restaurantId |
string |
|
| restaurantName |
string |
|
| restaurantAddress |
schema:PostalAddress |
|
| restaurantPhone |
string |
|
| restaurantHours |
|
|
| drivethru |
boolean |
|
| twentyFourHours |
boolean |
|
| mobileOrderingEnabled |
boolean |
|
| menuItemId |
string |
|
| menuItemName |
string |
|
| menuItemDescription |
string |
|
| menuItemCategory |
string |
|
| menuItemPrice |
schema:Offer |
|
| calories |
integer |
|
| orderId |
string |
|
| orderDate |
dateTime |
|
| orderType |
string |
|
| orderStatus |
|
|
| orderTotal |
decimal |
|
| jackPackPoints |
integer |
|
| jackPackTier |
string |
|
JSON-LD Document
{
"@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" }
}
}