{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/app_store/app-search.json","title":"app_store/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":{"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."}},"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":"123456789","name":"Example App","bundle_id":"com.example.app","rating":{"average":4.5,"count":100}}],"cursor":null,"has_more":null}]}