Shopper Approved · JSON-LD Context

Shopper Approved Context

JSON-LD context defining the semantic vocabulary for Shopper Approved from Shopper Approved.

23 Classes 2 Properties 2 Namespaces
View Context View on GitHub

Namespaces

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

Classes

Review reviewid name review headline verified location helpful unhelpful ProductReview product_id product_name SiteStats site_id count ratingValue five_star domain OrderSubmission orderid email followup products

Properties

Property Type Container
date date
rating integer

JSON-LD Document

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

    "Review": "schema:Review",
    "reviewid": "schema:identifier",
    "name": "schema:author",
    "date": {
      "@id": "schema:datePublished",
      "@type": "xsd:date"
    },
    "rating": {
      "@id": "schema:ratingValue",
      "@type": "xsd:integer"
    },
    "review": "schema:reviewBody",
    "headline": "schema:name",
    "verified": "schema:isVerified",
    "location": "schema:locationCreated",
    "helpful": "schema:interactionCount",
    "unhelpful": "schema:interactionCount",

    "ProductReview": "schema:Review",
    "product_id": "schema:identifier",
    "product_name": "schema:name",

    "SiteStats": "schema:AggregateRating",
    "site_id": "schema:identifier",
    "count": "schema:reviewCount",
    "ratingValue": "schema:ratingValue",
    "five_star": "schema:bestRating",
    "domain": "schema:url",

    "OrderSubmission": "schema:Order",
    "orderid": "schema:orderNumber",
    "email": "schema:email",
    "followup": "schema:deliveryDate",
    "products": "schema:orderedItem"
  }
}