{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/app_store/app-info.json","title":"app_store/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":{"id":{"type":["string","null"],"description":"Numeric App Store track ID represented as a string."},"bundle_id":{"type":["string","null"],"description":"iOS bundle identifier."},"name":{"type":["string","null"],"description":"Listing name."},"url":{"type":["string","null"],"description":"Original source URL when supplied."},"developer":{"type":"object","properties":{"id":{"type":["string","null"],"description":"Source identifier. Preserve its exact string value; do not convert large IDs to numbers."},"name":{"type":["string","null"],"description":"Developer name."},"url":{"type":["string","null"],"description":"Original source URL when supplied."}},"additionalProperties":true},"price":{"type":"object","properties":{"amount":{"type":["number","null"],"description":"Price amount."},"currency":{"type":["string","null"],"description":"Currency code."},"free":{"type":["boolean","null"],"description":"Whether the amount is zero."}},"additionalProperties":true},"rating":{"type":"object","properties":{"average":{"type":["number","null"],"description":"Source average rating on a five-star scale."},"count":{"type":["number","null"],"description":"Ratings reported by the source; null or absent is unknown, not zero."},"current_version_average":{"type":["number","null"],"description":"Current-version average."},"current_version_count":{"type":["number","null"],"description":"Current-version ratings reported by the source; null or absent is unknown, not zero."}},"additionalProperties":true},"version":{"type":["string","null"],"description":"Listing version."},"size_bytes":{"type":["number","null"],"description":"Download size in bytes."},"description":{"type":["string","null"],"description":"Full listing description when returned."},"_warnings":{"type":"array","items":{"type":"string"},"description":"Collection limitations or component warnings. Read before interpreting coverage."}},"additionalProperties":true,"examples":[{"id":"123456789","name":"Example App","bundle_id":"com.example.app","price":{"amount":0,"currency":"GBP","free":true},"rating":{"average":4.5,"count":100}}]}