wendys · JSON-LD Context

Wendys Context

JSON-LD context defining the semantic vocabulary for Wendys from wendys.

6 Classes 21 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
wendys: https://www.wendys.com/vocab#

Classes

WendysRestaurant WendysMenuItem WendysOrder WendysLoyaltyProgram WendysFranchise WendysOffer

Properties

Property Type Container
restaurantId string
restaurantName string
restaurantAddress schema:PostalAddress
restaurantPhone string
restaurantHours
drivethru boolean
curbsidePickup boolean
freshAiEnabled boolean
menuItemId string
menuItemName string
menuItemDescription string
menuItemCategory string
menuItemPrice schema:Offer
calories integer
orderId string
orderDate dateTime
orderType string
orderStatus
orderTotal decimal
rewardPoints integer
rewardTier string

JSON-LD Document

wendys-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "wendys": "https://www.wendys.com/vocab#",

    "WendysRestaurant": "schema:FastFoodRestaurant",
    "WendysMenuItem": "schema:MenuItem",
    "WendysOrder": "schema:FoodOrder",
    "WendysLoyaltyProgram": "schema:LoyaltyProgram",
    "WendysFranchise": "schema:FoodEstablishment",
    "WendysOffer": "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": "wendys:hasDriveThru", "@type": "xsd:boolean" },
    "curbsidePickup": { "@id": "wendys:hasCurbsidePickup", "@type": "xsd:boolean" },
    "freshAiEnabled": { "@id": "wendys:freshAiEnabled", "@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": "wendys:orderType", "@type": "xsd:string" },
    "orderStatus": { "@id": "schema:orderStatus" },
    "orderTotal": { "@id": "schema:price", "@type": "xsd:decimal" },

    "rewardPoints": { "@id": "wendys:rewardPoints", "@type": "xsd:integer" },
    "rewardTier": { "@id": "wendys:rewardTier", "@type": "xsd:string" }
  }
}