target · JSON-LD Context

Target Context

JSON-LD context defining the semantic vocabulary for Target from target.

32 Classes 0 Properties 1 Namespaces
View Context View on GitHub

Namespaces

target: https://developer.target.com/vocab/

Classes

tcin dpci storeId fulfillment driveUp inStorePickup shipToHome sameDayDelivery Product name description brand image offers price priceCurrency availability Store address telephone openingHours geo latitude longitude Order orderId orderStatus orderDate orderedItem Rating ratingValue reviewCount

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "target": "https://developer.target.com/vocab/",
    "tcin": "target:tcin",
    "dpci": "target:dpci",
    "storeId": "target:storeId",
    "fulfillment": "target:fulfillment",
    "driveUp": "target:driveUp",
    "inStorePickup": "target:inStorePickup",
    "shipToHome": "target:shipToHome",
    "sameDayDelivery": "target:sameDayDelivery",
    "Product": "schema:Product",
    "name": "schema:name",
    "description": "schema:description",
    "brand": "schema:brand",
    "image": "schema:image",
    "offers": "schema:offers",
    "price": "schema:price",
    "priceCurrency": "schema:priceCurrency",
    "availability": "schema:availability",
    "Store": "schema:Store",
    "address": "schema:address",
    "telephone": "schema:telephone",
    "openingHours": "schema:openingHours",
    "geo": "schema:geo",
    "latitude": "schema:latitude",
    "longitude": "schema:longitude",
    "Order": "schema:Order",
    "orderId": "schema:orderNumber",
    "orderStatus": "schema:orderStatus",
    "orderDate": "schema:orderDate",
    "orderedItem": "schema:orderedItem",
    "Rating": "schema:AggregateRating",
    "ratingValue": "schema:ratingValue",
    "reviewCount": "schema:reviewCount"
  }
}