{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/google_search/images.json","title":"google_search/images data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"checked_at":{"description":"Optional checked at 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"]},"has_more":{"description":"Source continuation indicator; null means unknown.","type":["boolean","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":{"alt":{"description":"Optional alt supplied by this operation. Null means unknown.","type":["string","null"]},"image_url":{"description":"Optional image url supplied by this operation. Null means unknown.","type":["string","null"]},"page_url":{"description":"Optional page url supplied by this operation. Null means unknown.","type":["string","null"]},"rank":{"description":"Optional rank supplied by this operation. Null means unknown.","type":["number","null"]},"title":{"description":"Source title when supplied.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["alt"],"properties":{"alt":{"description":"Optional alt supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["image_url"],"properties":{"image_url":{"description":"Optional image url supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["page_url"],"properties":{"page_url":{"description":"Optional page url 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":["title"],"properties":{"title":{"description":"Source title when supplied.","type":["string"],"minLength":1}}}]}]}},"query":{"description":"Optional query supplied by this operation. Null means unknown.","type":["string","null"]},"total_results":{"description":"Optional total results supplied by this operation. Null means unknown.","type":["number","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":[{"checked_at":"2026-09-01T12:00:00Z","count":0,"has_more":false,"items":[{"alt":"example","image_url":"https://example.com/example","page_url":"https://example.com/example","rank":0,"title":"example"}],"query":"example","total_results":0}]}