{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/amazon/reviews.json","title":"amazon/reviews data fields","description":"Documented optional core fields of data. Additional source fields are allowed. This is not the response envelope or a guarantee of availability or completeness.","type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":["string","null"],"description":"Source identifier. Preserve its exact string value; do not convert large IDs to numbers."},"title":{"type":["string","null"],"description":"Review title."},"text":{"type":["string","null"],"description":"Review text."},"rating":{"type":["object","null"],"properties":{"value":{"type":["number","null"],"description":"Source star-rating value."},"votes":{"type":["number","null"],"description":"Ratings reported by the source; null or absent is unknown, not zero."},"max":{"type":["number","null"],"description":"Maximum of the rating scale, normally 5."}},"additionalProperties":true},"posted_at":{"type":["string","null"],"description":"Source date text; do not assume an ISO timestamp."},"verified":{"type":["boolean","null"],"description":"Verified-purchase flag."},"helpful_votes":{"type":["number","null"],"description":"Helpful votes reported by the source; null or absent is unknown, not zero."},"reviewer":{"type":"object","properties":{"name":{"type":["string","null"],"description":"Reviewer display name."},"location":{"type":["string","null"],"description":"Source location text."},"url":{"type":["string","null"],"description":"Original source URL when supplied."}},"additionalProperties":true},"variant":{"type":["string","null"],"description":"Readable product-variant description."}},"additionalProperties":true},"description":"Records in this response page."},"count":{"type":["number","null"],"description":"Returned row count when supplied; not the full source total."},"cursor":{"type":["string","null"],"description":"Opaque next-page token. A missing token does not prove full history was retrieved."},"has_more":{"type":["boolean","null"],"description":"Source continuation indicator; null means unknown."},"_warnings":{"type":"array","items":{"type":"string"},"description":"Collection limitations or component warnings. Read before interpreting coverage."},"marketplace":{"type":"object","properties":{"country":{"type":["string","null"],"description":"Resolved marketplace country code."},"domain":{"type":["string","null"],"description":"Resolved Amazon marketplace domain."}},"additionalProperties":true}},"additionalProperties":true,"examples":[{"items":[{"id":"example_review","title":"A useful lamp","text":"An illustrative review.","rating":{"value":4,"votes":null,"max":5},"posted_at":null,"verified":true,"variant":"Colour: Black"}],"cursor":null,"has_more":null}]}