{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/home_depot/reviews.json","title":"home_depot/reviews data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"count":{"description":"Number of records in this response, not lifetime or total matches.","type":["number","null"]},"cursor":{"description":"Opaque next-page token; pass it back unchanged. Null does not prove complete history.","type":["string","null"]},"has_more":{"description":"Source continuation indicator; null means unknown.","type":["boolean","null"]},"items":{"description":"Returned records. Source coverage and completeness vary.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":"object","properties":{"author":{"description":"Public author information supplied with this record.","type":["string","null"]},"helpful":{"description":"Optional helpful supplied by this operation. Null means unknown.","type":["number","null"]},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"max_rating":{"description":"Optional max rating supplied by this operation. Null means unknown.","type":["number","null"]},"not_helpful":{"description":"Optional not helpful supplied by this operation. Null means unknown.","type":["number","null"]},"photos":{"description":"Optional photos supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}},"rating":{"description":"Source rating; read its accompanying scale and vote count.","type":["number","null"]},"responses":{"description":"Source array was empty in the reviewed captures; item fields remain unspecified.","type":["array","null"],"items":{}},"submitted_at":{"description":"Optional submitted at supplied by this operation. Null means unknown.","type":["string","null"]},"text":{"description":"Source text when supplied.","type":["string","null"]},"verified_purchaser":{"description":"Optional verified purchaser supplied by this operation. Null means unknown.","type":["boolean","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["author"],"properties":{"author":{"description":"Public author information supplied with this record.","type":["string"],"minLength":1}}},{"required":["helpful"],"properties":{"helpful":{"description":"Optional helpful supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["id"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string"],"minLength":1}}},{"required":["max_rating"],"properties":{"max_rating":{"description":"Optional max rating supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["not_helpful"],"properties":{"not_helpful":{"description":"Optional not helpful supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["photos"],"properties":{"photos":{"description":"Optional photos supplied by this operation. Null means unknown.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}}}},{"required":["rating"],"properties":{"rating":{"description":"Source rating; read its accompanying scale and vote count.","type":["number"]}}},{"required":["responses"],"properties":{"responses":{"description":"Source array was empty in the reviewed captures; item fields remain unspecified.","type":["array"],"items":{}}}},{"required":["submitted_at"],"properties":{"submitted_at":{"description":"Optional submitted at supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["text"],"properties":{"text":{"description":"Source text when supplied.","type":["string"],"minLength":1}}},{"required":["verified_purchaser"],"properties":{"verified_purchaser":{"description":"Optional verified purchaser supplied by this operation. Null means unknown.","type":["boolean"]}}}]}]}},"page":{"description":"Optional page supplied by this operation. Null means unknown.","type":["number","null"]},"product_id":{"description":"Optional product id supplied by this operation. Null means unknown.","type":["string","null"]},"rating":{"description":"Source rating; read its accompanying scale and vote count.","type":["object","null"],"properties":{"average":{"description":"Optional average supplied by this operation. Null means unknown.","type":["number","null"]},"count":{"description":"Number of records in this response, not lifetime or total matches.","type":["number","null"]},"distribution":{"description":"Optional distribution supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"count":{"description":"Number of records in this response, not lifetime or total matches.","type":["number","null"]},"rating":{"description":"Source rating; read its accompanying scale and vote count.","type":["number","null"]}},"additionalProperties":true}}},"additionalProperties":true},"recommended":{"description":"Optional recommended supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"no":{"description":"Optional no supplied by this operation. Null means unknown.","type":["number","null"]},"yes":{"description":"Optional yes supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true},"total":{"description":"Source-reported total; null is unknown.","type":["number","null"]},"url":{"description":"Original source URL when supplied.","type":["string","null"]}},"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":[{"count":0,"cursor":null,"has_more":false,"items":[{"author":"example","helpful":0,"id":"example","max_rating":0,"not_helpful":0,"photos":["example"],"rating":0,"responses":[],"submitted_at":"2026-09-01T12:00:00Z","text":"example","verified_purchaser":false}],"page":0,"product_id":"example","rating":{"average":0,"count":0,"distribution":[{"count":0,"rating":0}]},"recommended":{"no":0,"yes":0},"total":0,"url":"https://example.com/example"}]}