{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/g2/reviews.json","title":"g2/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"]},"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":{"dislikes":{"description":"Optional dislikes supplied by this operation. Null means unknown.","type":["string","null"]},"helpful_count":{"description":"Optional helpful count supplied by this operation. Null means unknown.","type":["number","null"]},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"likes":{"description":"Optional likes supplied by this operation. Null means unknown.","type":["string","null"]},"nps_score":{"description":"Optional nps score supplied by this operation. Null means unknown.","type":["number","null"]},"platform":{"description":"Optional platform supplied by this operation. Null means unknown.","type":["string","null"]},"posted_at":{"description":"Optional posted at supplied by this operation. Null means unknown.","type":["string","null"]},"product":{"description":"Optional product supplied by this operation. Null means unknown.","type":["string","null"]},"reviewer":{"description":"Optional reviewer supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true},"text":{"description":"Source text when supplied.","type":["string","null"]},"title":{"description":"Source title when supplied.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["dislikes"],"properties":{"dislikes":{"description":"Optional dislikes supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["helpful_count"],"properties":{"helpful_count":{"description":"Optional helpful count 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":["likes"],"properties":{"likes":{"description":"Optional likes supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["nps_score"],"properties":{"nps_score":{"description":"Optional nps score supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["posted_at"],"properties":{"posted_at":{"description":"Optional posted at supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["product"],"properties":{"product":{"description":"Optional product supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["reviewer"],"properties":{"reviewer":{"description":"Optional reviewer supplied by this operation. Null means unknown.","type":["object"],"properties":{"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true}}},{"required":["text"],"properties":{"text":{"description":"Source text when supplied.","type":["string"],"minLength":1}}},{"required":["title"],"properties":{"title":{"description":"Source title when supplied.","type":["string"],"minLength":1}}}]}]}},"product":{"description":"Optional product supplied by this operation. Null means unknown.","type":["string","null"]},"total_reviews":{"description":"Optional total reviews supplied by this operation. Null means unknown.","type":["number","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,"has_more":false,"items":[{"dislikes":"example","helpful_count":0,"id":"example","likes":"example","nps_score":0,"platform":"example","posted_at":"2026-09-01T12:00:00Z","product":"example","reviewer":{"name":"example"},"text":"example","title":"example"}],"product":"example","total_reviews":0}]}