{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/wayfair/reviews.json","title":"wayfair/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":"Exact source identifier; preserve it as a string."},"title":{"type":["string","null"],"description":"title"},"text":{"type":["string","null"],"description":"text"},"created_at":{"type":["string","null"],"description":"created at"},"posted_at":{"type":["string","null"],"description":"posted at"},"date":{"type":["string","null"],"description":"date"},"author":{"anyOf":[{"type":["object","null"],"properties":{"id":{"type":["string","null"],"description":"Exact source identifier; preserve it as a string."},"handle":{"type":["string","null"],"description":"handle"},"name":{"type":["string","null"],"description":"name"},"url":{"type":["string","null"],"description":"url"},"headline":{"type":["string","null"],"description":"headline"},"location":{"type":["string","null"],"description":"location"},"avatar_url":{"type":["string","null"],"description":"avatar url"},"followers":{"type":["number","null"],"description":"Public follower count."},"verified":{"type":["boolean","null"],"description":"Explicit verification flag when supplied."}},"additionalProperties":true},{"type":["string","null"],"description":"Public reviewer name."}]},"rating":{"anyOf":[{"type":["number","null"],"description":"Source rating."},{"type":["object","null"],"properties":{"value":{"type":["number","null"],"description":"Source rating value."},"max":{"type":["number","null"],"description":"Rating scale maximum."},"votes":{"type":["number","null"],"description":"Source vote count."}},"additionalProperties":true}]},"verified_purchase":{"type":["boolean","null"],"description":"Explicit verification only; null is unknown."}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["id"],"properties":{"id":{"type":["string"],"description":"Exact source identifier; preserve it as a string.","minLength":1}}},{"required":["title"],"properties":{"title":{"type":["string"],"description":"title","minLength":1}}},{"required":["text"],"properties":{"text":{"type":["string"],"description":"text","minLength":1}}},{"required":["created_at"],"properties":{"created_at":{"type":["string"],"description":"created at","minLength":1}}},{"required":["posted_at"],"properties":{"posted_at":{"type":["string"],"description":"posted at","minLength":1}}},{"required":["date"],"properties":{"date":{"type":["string"],"description":"date","minLength":1}}},{"required":["author"],"properties":{"author":{"anyOf":[{"type":["object","null"],"properties":{"id":{"type":["string","null"],"description":"Exact source identifier; preserve it as a string."},"handle":{"type":["string","null"],"description":"handle"},"name":{"type":["string","null"],"description":"name"},"url":{"type":["string","null"],"description":"url"},"headline":{"type":["string","null"],"description":"headline"},"location":{"type":["string","null"],"description":"location"},"avatar_url":{"type":["string","null"],"description":"avatar url"},"followers":{"type":["number","null"],"description":"Public follower count."},"verified":{"type":["boolean","null"],"description":"Explicit verification flag when supplied."}},"additionalProperties":true},{"type":["string","null"],"description":"Public reviewer name."}]}}},{"required":["rating"],"properties":{"rating":{"anyOf":[{"type":["number","null"],"description":"Source rating."},{"type":["object","null"],"properties":{"value":{"type":["number","null"],"description":"Source rating value."},"max":{"type":["number","null"],"description":"Rating scale maximum."},"votes":{"type":["number","null"],"description":"Source vote count."}},"additionalProperties":true}]}}},{"required":["verified_purchase"],"properties":{"verified_purchase":{"type":["boolean"],"description":"Explicit verification only; null is unknown."}}}]}]}},"count":{"type":["number","null"],"description":"Returned rows, not the total population."},"cursor":{"type":["string","null"],"description":"Opaque continuation; pass unchanged."},"has_more":{"type":["boolean","null"],"description":"Source continuation indicator."},"total":{"type":["number","null"],"description":"Source-reported total; null means unknown."}},"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":[],"cursor":null}]}