Shopper Approved · Schema

Shopper Approved Review

Schema for a customer site review in the Shopper Approved platform

ReviewsRatingsE-CommerceCustomer FeedbackSocial Proof

Properties

Name Type Description
reviewid string Unique review identifier (corresponds to the order ID)
name string Customer name (may be partially anonymized for privacy)
date string Date the review was submitted (YYYY-MM-DD)
rating integer Star rating from 1 (lowest) to 5 (highest)
review string The full text of the customer review
headline string Short headline or title for the review
verified boolean Whether this review is from a verified purchase
location stringnull Reviewer geographic location (city, state)
helpful integer Count of helpful votes from other shoppers
unhelpful integer Count of unhelpful votes from other shoppers
View JSON Schema on GitHub

JSON Schema

shopper-approved-review-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/shopper-approved/json-schema/shopper-approved-review-schema.json",
  "title": "Shopper Approved Review",
  "description": "Schema for a customer site review in the Shopper Approved platform",
  "type": "object",
  "properties": {
    "reviewid": {
      "type": "string",
      "description": "Unique review identifier (corresponds to the order ID)"
    },
    "name": {
      "type": "string",
      "description": "Customer name (may be partially anonymized for privacy)"
    },
    "date": {
      "type": "string",
      "format": "date",
      "description": "Date the review was submitted (YYYY-MM-DD)"
    },
    "rating": {
      "type": "integer",
      "minimum": 1,
      "maximum": 5,
      "description": "Star rating from 1 (lowest) to 5 (highest)"
    },
    "review": {
      "type": "string",
      "description": "The full text of the customer review"
    },
    "headline": {
      "type": "string",
      "description": "Short headline or title for the review"
    },
    "verified": {
      "type": "boolean",
      "description": "Whether this review is from a verified purchase"
    },
    "location": {
      "type": ["string", "null"],
      "description": "Reviewer geographic location (city, state)"
    },
    "helpful": {
      "type": "integer",
      "description": "Count of helpful votes from other shoppers"
    },
    "unhelpful": {
      "type": "integer",
      "description": "Count of unhelpful votes from other shoppers"
    }
  },
  "required": ["reviewid", "rating", "date"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/shopper-approved-review"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.