BuyWhere · JSON-LD Context

Buywhere Context

JSON-LD context defining the semantic vocabulary for Buywhere from BuyWhere.

25 Classes 4 Properties 1 Namespaces
View Context View on GitHub

Namespaces

buywhere: https://api.buywhere.ai/vocab#

Classes

id type Product Offer ItemList Category title description price original_price discount_pct currency country_code rating review_count category_path structured_specs comparison_attributes normalized_price_usd availability domain merchant_name slug parent_slug product_count

Properties

Property Type Container
brand schema:Brand
url reference
image_url reference
updated_at schema:DateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "buywhere": "https://api.buywhere.ai/vocab#",
    "id": "@id",
    "type": "@type",
    "Product": "schema:Product",
    "Offer": "schema:Offer",
    "ItemList": "schema:ItemList",
    "Category": "buywhere:Category",
    "title": "schema:name",
    "description": "schema:description",
    "brand": {
      "@id": "schema:brand",
      "@type": "schema:Brand"
    },
    "url": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "image_url": {
      "@id": "schema:image",
      "@type": "@id"
    },
    "price": "schema:price",
    "original_price": "buywhere:originalPrice",
    "discount_pct": "buywhere:discountPercentage",
    "currency": "schema:priceCurrency",
    "country_code": "schema:areaServed",
    "rating": "schema:aggregateRating",
    "review_count": "schema:reviewCount",
    "category_path": "buywhere:categoryPath",
    "structured_specs": "buywhere:structuredSpecs",
    "comparison_attributes": "buywhere:comparisonAttributes",
    "normalized_price_usd": "buywhere:normalizedPriceUSD",
    "availability": "schema:itemAvailability",
    "domain": "buywhere:merchantDomain",
    "merchant_name": "schema:seller",
    "updated_at": {
      "@id": "schema:dateModified",
      "@type": "schema:DateTime"
    },
    "slug": "buywhere:slug",
    "parent_slug": "buywhere:parentSlug",
    "product_count": "buywhere:productCount"
  }
}