{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/google_play/app-info.json","title":"google_play/app-info 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":{"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."},"_warnings":{"type":"array","items":{"type":"string"},"description":"Collection limitations or component warnings. Read before interpreting coverage."}},"additionalProperties":true,"examples":[{"package":"com.example.app","title":"Example App","score":4.5,"installs":"10,000+","min_installs":10000,"free":true}]}