{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/google_news/search.json","title":"google_news/search data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"_warnings":{"description":"Optional  warnings supplied by this operation. Null means unknown.","type":["array","null"],"items":{"description":"Optional record supplied by this operation. Null means unknown.","type":["string","null"]}},"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":{"country":{"description":"Optional country supplied by this operation. Null means unknown.","type":["string","null"]},"image":{"description":"Optional image supplied by this operation. Null means unknown.","type":["string","null"]},"language":{"description":"Optional language supplied by this operation. Null means unknown.","type":["string","null"]},"published":{"description":"Optional published supplied by this operation. Null means unknown.","type":["string","null"]},"published_at":{"description":"Source publication time when available.","type":["string","null"]},"published_at_estimated":{"description":"Optional published at estimated supplied by this operation. Null means unknown.","type":["string","null"]},"published_estimated":{"description":"Optional published estimated supplied by this operation. Null means unknown.","type":["boolean","null"]},"published_precision":{"description":"Optional published precision supplied by this operation. Null means unknown.","type":["string","null"]},"published_source":{"description":"Optional published source supplied by this operation. Null means unknown.","type":["string","null"]},"publisher":{"description":"Optional publisher supplied by this operation. Null means unknown.","type":["string","null"]},"rank":{"description":"Optional rank supplied by this operation. Null means unknown.","type":["number","null"]},"snippet":{"description":"Optional snippet supplied by this operation. Null means unknown.","type":["string","null"]},"source":{"description":"Optional source supplied by this operation. Null means unknown.","type":["string","null"]},"title":{"description":"Source title when supplied.","type":["string","null"]},"type":{"description":"Optional type 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":["country"],"properties":{"country":{"description":"Optional country supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["image"],"properties":{"image":{"description":"Optional image supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["language"],"properties":{"language":{"description":"Optional language supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["published"],"properties":{"published":{"description":"Optional published supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["published_at"],"properties":{"published_at":{"description":"Source publication time when available.","type":["string"],"minLength":1}}},{"required":["published_at_estimated"],"properties":{"published_at_estimated":{"description":"Optional published at estimated supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["published_estimated"],"properties":{"published_estimated":{"description":"Optional published estimated supplied by this operation. Null means unknown.","type":["boolean"]}}},{"required":["published_precision"],"properties":{"published_precision":{"description":"Optional published precision supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["published_source"],"properties":{"published_source":{"description":"Optional published source supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["publisher"],"properties":{"publisher":{"description":"Optional publisher 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":["snippet"],"properties":{"snippet":{"description":"Optional snippet supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["source"],"properties":{"source":{"description":"Optional source 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}}}]}]}},"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":[{"_warnings":["example"],"checked_at":"2026-09-01T12:00:00Z","count":0,"has_more":false,"items":[{"country":"example","image":"https://example.com/example","language":"example","published":"example","published_at":"2026-09-01T12:00:00Z","published_at_estimated":"example","published_estimated":false,"published_precision":"example","published_source":"example","publisher":"example","rank":0,"snippet":"example","source":"example","title":"example","type":"example","url":"https://example.com/example"}],"query":"example","total_results":0}]}