BJ's Wholesale Club · JSON-LD Context

Bjs Context

JSON-LD context defining the semantic vocabulary for Bjs from BJ's Wholesale Club.

5 Classes 0 Properties 9 Namespaces
View Context View on GitHub

Namespaces

bjs: https://www.bjs.com/ontology/
inStock: https://schema.org/availability
price: https://schema.org/price
regularPrice: https://schema.org/highPrice
brand: https://schema.org/brand
category: https://schema.org/category
orderId: https://schema.org/orderNumber
status: https://schema.org/orderStatus
estimatedDelivery: https://schema.org/expectedArrivalUntil

Classes

productId membershipNumber tier clubId fulfillmentMethod

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "bjs": "https://www.bjs.com/ontology/",
    "productId": "identifier",
    "membershipNumber": "bjs:membershipNumber",
    "tier": "bjs:membershipTier",
    "inStock": "https://schema.org/availability",
    "price": "https://schema.org/price",
    "regularPrice": "https://schema.org/highPrice",
    "brand": "https://schema.org/brand",
    "category": "https://schema.org/category",
    "orderId": "https://schema.org/orderNumber",
    "status": "https://schema.org/orderStatus",
    "estimatedDelivery": "https://schema.org/expectedArrivalUntil",
    "clubId": "bjs:clubId",
    "fulfillmentMethod": "bjs:fulfillmentMethod"
  }
}