{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/google_play/app-reviews.json","title":"google_play/app-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."},"text":{"type":["string","null"],"description":"Review text."},"rating":{"type":["number","null"],"description":"Individual review stars on a 1–5 scale."},"author":{"type":["string","null"],"description":"Reviewer display name."},"date":{"type":["string","null"],"description":"Source publication time, normalized to an ISO date-time when available."},"version":{"type":["string","null"],"description":"App version associated with the review."},"helpful":{"type":["number","null"],"description":"Helpful votes reported by the source; null or absent is unknown, not zero."},"reply":{"type":["object","null"],"properties":{"text":{"type":["string","null"],"description":"Developer reply."},"date":{"type":["string","null"],"description":"Source publication time, normalized to an ISO date-time when available."}},"additionalProperties":true},"url":{"type":["string","null"],"description":"Original source URL when supplied."}},"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."}},"additionalProperties":true,"examples":[{"items":[{"id":"example-review","text":"Illustrative review","rating":4,"author":"Example Reader","helpful":0,"reply":null}],"cursor":null,"has_more":null}]}