Review Rejected
v1.0.0eventsPublished when a submitted review fails moderation (spam, abuse or policy violation) and will not be shown.
1{
2 "$schema": "http://json-schema.org/draft-07/schema#",
3 "title": "ReviewRejected",
4 "type": "object",
5 "properties": {
6 "reviewId": { "type": "string", "format": "uuid" },
7 "productId": { "type": "string" },
8 "reason": { "type": "string", "enum": ["spam", "abuse", "off_topic", "policy_violation"] },
9 "rejectedAt": { "type": "string", "format": "date-time" }
10 },
11 "required": ["reviewId", "productId", "reason", "rejectedAt"]
12}
13Details
- Format
- JSON Schema
- Resource
- events
- Filename
- schema.json