{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/walmart/reviews.json","title":"walmart/reviews data fields","description":"Required core structure for successful data, with optional source fields. Additional fields are allowed. This is not a completeness guarantee.","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."},"text":{"type":["string","null"],"description":"Review text."},"rating":{"type":["number","null"],"description":"Source rating."},"verified_purchase":{"type":["boolean","null"],"description":"Explicit purchase-verification evidence; null is unknown."},"verified":{"type":["boolean","null"],"description":"Alternative source verification field; null is unknown."}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["id"],"properties":{"id":{"type":["string"],"description":"Source identifier. Preserve its exact string value; do not convert large IDs to numbers.","minLength":1}}},{"required":["text"],"properties":{"text":{"type":["string"],"description":"Review text.","minLength":1}}},{"required":["rating"],"properties":{"rating":{"type":["number"],"description":"Source rating."}}},{"required":["verified_purchase"],"properties":{"verified_purchase":{"type":["boolean"],"description":"Explicit purchase-verification evidence; null is unknown."}}},{"required":["verified"],"properties":{"verified":{"type":["boolean"],"description":"Alternative source verification field; null is unknown."}}}]}]},"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."}},"additionalProperties":true,"required":["items"],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"items":[{"id":null,"text":"Illustrative review.","rating":4,"verified_purchase":null}],"cursor":null,"has_more":null}]}