{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/app_store/app-list.json","title":"app_store/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":{"developer":{"description":"Optional developer supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true},"genres":{"description":"Optional genres supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["object","null"],"properties":{},"additionalProperties":true}},"icon_url":{"description":"Optional icon url supplied by this operation. Null means unknown.","type":["string","null"]},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]},"rank":{"description":"Optional rank supplied by this operation. Null means unknown.","type":["number","null"]},"release_date":{"description":"Optional release date supplied by this operation. Null means unknown.","type":["string","null"]},"url":{"description":"Original source URL when supplied.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["developer"],"properties":{"developer":{"description":"Optional developer supplied by this operation. Null means unknown.","type":["object"],"properties":{"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true}}},{"required":["genres"],"properties":{"genres":{"description":"Optional genres supplied by this operation. Null means unknown.","type":["array"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["object","null"],"properties":{},"additionalProperties":true}}}},{"required":["icon_url"],"properties":{"icon_url":{"description":"Optional icon url supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["id"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string"],"minLength":1}}},{"required":["name"],"properties":{"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["rank"],"properties":{"rank":{"description":"Optional rank supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["release_date"],"properties":{"release_date":{"description":"Optional release date supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["url"],"properties":{"url":{"description":"Original source URL when supplied.","type":["string"],"minLength":1}}}]}]}},"updated_at":{"description":"Optional updated at 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":[{"developer":{"name":"example"},"genres":[{}],"icon_url":"https://example.com/example","id":"example","name":"example","rank":0,"release_date":"2026-09-01T12:00:00Z","url":"https://example.com/example"}],"updated_at":"2026-09-01T12:00:00Z"}]}