HarborChase of Mandarin

Data model

Review

A single verified customer review. The full array is served at /reviews.json and searchable via the REST API.

Fields

Mirrors ReviewSchema in @pushbutton/shared.

FieldTypeRequiredNotes
idstring (ULID)yesStable identifier and merge key — survives across re-scrapes.
authorstringyesReviewer display name.
author_avatar_urlstring (url) | nullyesReviewer avatar image, or null when unavailable.
ratinginteger (1–5)yesStar rating, whole number 1 to 5.
datestring (YYYY-MM-DD)yesReview date.
textstring | nullyesReview body. Null for rating-only reviews with no text.
sourcestringyesOrigin of the review, e.g. "google".
source_urlstring (url) | nullyesPermalink to the original review, or null.
owner_replyobject | nullyesBusiness owner response, or null when there is none.
owner_reply.textstringyesReply body. Present only when owner_reply is set.
owner_reply.datestring (YYYY-MM-DD)yesReply date. Present only when owner_reply is set.
verifiedbooleanyesWhether the review is from a verified source.