Review Published
v1.0.0eventsPublished when a submitted review passes moderation and becomes visible on the storefront.
1{
2 "$schema": "http://json-schema.org/draft-07/schema#",
3 "title": "ReviewPublished",
4 "type": "object",
5 "properties": {
6 "reviewId": { "type": "string", "format": "uuid" },
7 "productId": { "type": "string" },
8 "customerId": { "type": "string" },
9 "rating": { "type": "integer", "minimum": 1, "maximum": 5 },
10 "publishedAt": { "type": "string", "format": "date-time" }
11 },
12 "required": ["reviewId", "productId", "rating", "publishedAt"]
13}
14Details
- Format
- JSON Schema
- Resource
- events
- Filename
- schema.json