{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/google_search/maps.json","title":"google_search/maps 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":{"address":{"description":"Optional address supplied by this operation. Null means unknown.","type":["string","null"]},"category":{"description":"Optional category supplied by this operation. Null means unknown.","type":["string","null"]},"cid":{"description":"Optional cid supplied by this operation. Null means unknown.","type":["string","null"]},"domain":{"description":"Optional domain supplied by this operation. Null means unknown.","type":["string","null"]},"hotel_rating":{"description":"Optional hotel rating supplied by this operation. Null means unknown.","type":["number","null"]},"latitude":{"description":"Optional latitude supplied by this operation. Null means unknown.","type":["number","null"]},"longitude":{"description":"Optional longitude supplied by this operation. Null means unknown.","type":["number","null"]},"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]},"phone":{"description":"Optional phone supplied by this operation. Null means unknown.","type":["string","null"]},"place_id":{"description":"Optional place id supplied by this operation. Null means unknown.","type":["string","null"]},"price_level":{"description":"Optional price level supplied by this operation. Null means unknown.","type":["string","null"]},"rank":{"description":"Optional rank supplied by this operation. Null means unknown.","type":["number","null"]},"rating":{"description":"Source rating; read its accompanying scale and vote count.","type":["object","null"],"properties":{"max":{"description":"Optional max supplied by this operation. Null means unknown.","type":["number","null"]},"value":{"description":"Optional value supplied by this operation. Null means unknown.","type":["number","null"]},"votes":{"description":"Optional votes supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true},"url":{"description":"Original source URL when supplied.","type":["string","null"]}},"additionalProperties":true,"allOf":[{"anyOf":[{"required":["address"],"properties":{"address":{"description":"Optional address supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["category"],"properties":{"category":{"description":"Optional category supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["cid"],"properties":{"cid":{"description":"Optional cid supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["domain"],"properties":{"domain":{"description":"Optional domain supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["hotel_rating"],"properties":{"hotel_rating":{"description":"Optional hotel rating supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["latitude"],"properties":{"latitude":{"description":"Optional latitude supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["longitude"],"properties":{"longitude":{"description":"Optional longitude supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["name"],"properties":{"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["phone"],"properties":{"phone":{"description":"Optional phone supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["place_id"],"properties":{"place_id":{"description":"Optional place id supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["price_level"],"properties":{"price_level":{"description":"Optional price level 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":["rating"],"properties":{"rating":{"description":"Source rating; read its accompanying scale and vote count.","type":["object"],"properties":{"max":{"description":"Optional max supplied by this operation. Null means unknown.","type":["number","null"]},"value":{"description":"Optional value supplied by this operation. Null means unknown.","type":["number","null"]},"votes":{"description":"Optional votes supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true}}},{"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":[{"checked_at":"2026-09-01T12:00:00Z","count":0,"has_more":false,"items":[{"address":"example","category":"example","cid":"example","domain":"example","hotel_rating":0,"latitude":0,"longitude":0,"name":"example","phone":"example","place_id":"example","price_level":"example","rank":0,"rating":{"max":0,"value":0,"votes":0},"url":"https://example.com/example"}],"query":"example","total_results":0}]}