event

Review Flagged

Published when a published review is flagged and needs to be screened again.

EventBroker:Kafka

Overview

ReviewFlagged is published by the Review APIReview APIServicev1.0.0The public-facing API for product reviews. Accepts review submissions, serves published reviews, and is the entry point ...Publishesreview-submitted, review-flagged +1Subscribessubmit-review, flag-review +2Ownerreviews-platformMapRepoView docs when a published review is flagged. The Review Moderation WorkerReview Moderation WorkerServicev1.0.0Asynchronous worker that screens submitted reviews for spam, abuse and policy violations, then publishes or rejects them...Publishesreview-published, review-rejectedSubscribesreview-submitted, review-flaggedOwnerreviews-platformMapRepoView docs consumes it and re-screens the review, which may lead to it being rejected.

Architecture diagram

Event-driven architecture documentation: Acme Inc

JSON Schema

5 properties
reviewIdstring<uuid>
required
productIdstring
required
reasonstring
required
Allowed values: spam abuse off_topic inappropriate other
flagCountinteger

Total flags this review has now received.

Minimum: 1
flaggedAtstring<date-time>
required