Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| created_at | string | |
| updated_at | string | |
| item_id | string | |
| item_variant_id | string | |
| location_id | string | |
| rating | number | |
| title | string | |
| content | string | |
| author_name | string | |
| author_email | string | |
| author_avatar_url | string | |
| author_location | string | |
| verified_purchase | boolean | |
| helpful_votes | number | |
| unhelpful_votes | number | |
| media | object | |
| status | string | |
| is_verified | boolean | |
| is_featured | boolean | |
| is_public | boolean | |
| comments | object | |
| metadata | object | |
| url | string | |
| raw | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/unified-to/refs/heads/main/json-schema/unified-to-commerce-review-schema.json",
"title": "CommerceReview",
"description": "CommerceReview schema from Unified.to API",
"type": "object",
"properties": {
"id": {
"type": "string"
},
"created_at": {
"type": "string",
"format": "date-time"
},
"updated_at": {
"type": "string",
"format": "date-time"
},
"item_id": {
"type": "string"
},
"item_variant_id": {
"type": "string"
},
"location_id": {
"type": "string"
},
"rating": {
"type": "number"
},
"title": {
"type": "string"
},
"content": {
"type": "string"
},
"author_name": {
"type": "string"
},
"author_email": {
"type": "string"
},
"author_avatar_url": {
"type": "string"
},
"author_location": {
"type": "string"
},
"verified_purchase": {
"type": "boolean"
},
"helpful_votes": {
"type": "number"
},
"unhelpful_votes": {
"type": "number"
},
"media": {
"$ref": "#/components/schemas/property_CommerceReview_media"
},
"status": {
"type": "string",
"enum": [
"PENDING",
"APPROVED",
"REJECTED",
"SPAM"
],
"x-speakeasy-unknown-values": "allow"
},
"is_verified": {
"type": "boolean"
},
"is_featured": {
"type": "boolean"
},
"is_public": {
"type": "boolean"
},
"comments": {
"$ref": "#/components/schemas/property_CommerceReview_comments"
},
"metadata": {
"$ref": "#/components/schemas/property_CommerceReview_metadata"
},
"url": {
"type": "string"
},
"raw": {
"type": "object",
"additionalProperties": true
}
},
"required": [
"item_id"
]
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/unified-to-commerce-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.