json icon

Review Helpful Voted

v1.0.0events

Published when a review's helpful count changes as a result of a customer vote.

1{
2  "$schema": "http://json-schema.org/draft-07/schema#",
3  "title": "ReviewHelpfulVoted",
4  "type": "object",
5  "properties": {
6    "reviewId": { "type": "string", "format": "uuid" },
7    "productId": { "type": "string" },
8    "helpfulCount": { "type": "integer", "minimum": 0 },
9    "updatedAt": { "type": "string", "format": "date-time" }
10  },
11  "required": ["reviewId", "productId", "helpfulCount", "updatedAt"]
12}
13

Details

Format
JSON Schema
Resource
events
Filename
schema.json

Versions