{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/google_play/app-search.json","title":"google_play/app-search 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":{"package":{"type":["string","null"],"description":"Android package name."},"title":{"type":["string","null"],"description":"Listing title."},"developer":{"type":["string","null"],"description":"Developer name."},"url":{"type":["string","null"],"description":"Original source URL when supplied."},"summary":{"type":["string","null"],"description":"Short listing description."},"description":{"type":["string","null"],"description":"Full description when returned."},"score":{"type":["number","null"],"description":"Store rating on a five-star scale."},"ratings":{"type":["number","null"],"description":"Ratings reported by the source; null or absent is unknown, not zero."},"reviews":{"type":["number","null"],"description":"Reviews reported by the source; null or absent is unknown, not zero."},"installs":{"type":["string","null"],"description":"Source install range text, not an exact count."},"min_installs":{"type":["number","null"],"description":"Reported install lower bound."},"price":{"type":["number","null"],"description":"Listing price amount."},"currency":{"type":["string","null"],"description":"Currency code."},"free":{"type":["boolean","null"],"description":"Whether the listing is free."},"version":{"type":["string","null"],"description":"Listing version."},"updated":{"type":["string","null"],"description":"Source publication time, normalized to an ISO date-time when available."}},"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":[{"package":"com.example.app","title":"Example App","score":4.5}],"cursor":null,"has_more":null}]}