{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/google_play/app-list.json","title":"google_play/app-list data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"_warnings":{"description":"Source array was empty in the reviewed captures; item fields remain unspecified.","type":["array","null"],"items":{}},"collection":{"description":"Optional collection supplied by this operation. Null means unknown.","type":["string","null"]},"count":{"description":"Number of records in this response, not lifetime or total matches.","type":["number","null"]},"country":{"description":"Optional country supplied by this operation. Null means unknown.","type":["string","null"]},"items":{"description":"Returned records. Source coverage and completeness vary.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":"object","properties":{"currency":{"description":"Optional currency supplied by this operation. Null means unknown.","type":["string","null"]},"developer":{"description":"Optional developer supplied by this operation. Null means unknown.","type":["string","null"]},"free":{"description":"Optional free supplied by this operation. Null means unknown.","type":["boolean","null"]},"icon":{"description":"Optional icon supplied by this operation. Null means unknown.","type":["string","null"]},"package":{"description":"Optional package supplied by this operation. Null means unknown.","type":["string","null"]},"price":{"description":"Source price. Currency, taxes and availability depend on the listing.","type":["number","null"]},"rank":{"description":"Optional rank supplied by this operation. Null means unknown.","type":["number","null"]},"score":{"description":"Optional score supplied by this operation. Null means unknown.","type":["number","null"]},"score_text":{"description":"Optional score text supplied by this operation. Null means unknown.","type":["string","null"]},"summary":{"description":"Optional summary supplied by this operation. Null means unknown.","type":["string","null"]},"title":{"description":"Source title when supplied.","type":["string","null"]},"url":{"description":"Original source URL when supplied.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["currency"],"properties":{"currency":{"description":"Optional currency supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["developer"],"properties":{"developer":{"description":"Optional developer supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["free"],"properties":{"free":{"description":"Optional free supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["icon"],"properties":{"icon":{"description":"Optional icon supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["package"],"properties":{"package":{"description":"Optional package supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["price"],"properties":{"price":{"description":"Source price. Currency, taxes and availability depend on the listing.","type":["number"]}}},{"required":["rank"],"properties":{"rank":{"description":"Optional rank supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["score"],"properties":{"score":{"description":"Optional score supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["score_text"],"properties":{"score_text":{"description":"Optional score text supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["summary"],"properties":{"summary":{"description":"Optional summary supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["title"],"properties":{"title":{"description":"Source title when supplied.","type":["string"],"minLength":1}}},{"required":["url"],"properties":{"url":{"description":"Original source URL when supplied.","type":["string"],"minLength":1}}}]}]}},"language":{"description":"Optional language supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true,"required":["items"],"x-contract-version":"2026-09-22","x-validation-scope":"Required success payload structure; optional fields and source completeness remain separate.","examples":[{"_warnings":[],"collection":"example","count":0,"country":"example","items":[{"currency":"example","developer":"example","free":false,"icon":"example","package":"example","price":0,"rank":0,"score":0,"score_text":"example","summary":"example","title":"example","url":"https://example.com/example"}],"language":"example"}]}