{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/zoopla/estimates.json","title":"zoopla/estimates data fields","description":"Optional data supplied by this operation. Null means unknown.","type":"object","properties":{"count":{"description":"Number of records in this response, not lifetime or total matches.","type":["number","null"]},"cursor":{"description":"Opaque next-page token; pass it back unchanged. Null does not prove complete history.","type":["string","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"]},"attributes":{"description":"Optional attributes supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"bathrooms":{"description":"Optional bathrooms supplied by this operation. Null means unknown.","type":["number","null"]},"bedrooms":{"description":"Optional bedrooms supplied by this operation. Null means unknown.","type":["number","null"]},"living_rooms":{"description":"Optional living rooms supplied by this operation. Null means unknown.","type":["number","null"]},"property_type":{"description":"Optional property type supplied by this operation. Null means unknown.","type":["string","null"]},"tenure":{"description":"Optional tenure supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true},"historic_listings":{"description":"Optional historic listings 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}},"last_sale":{"description":"Optional last sale supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"date":{"description":"Optional date 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"]}},"additionalProperties":true},"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"]},"platform":{"description":"Optional platform supplied by this operation. Null means unknown.","type":["string","null"]},"sale_estimate":{"description":"Optional sale estimate supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"confidence":{"description":"Optional confidence supplied by this operation. Null means unknown.","type":["string","null"]},"value":{"description":"Optional value supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true},"sales":{"description":"Optional sales 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}},"type":{"description":"Optional type supplied by this operation. Null means unknown.","type":["string","null"]},"uprn":{"description":"Optional uprn supplied by this operation. Null means unknown.","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":["attributes"],"properties":{"attributes":{"description":"Optional attributes supplied by this operation. Null means unknown.","type":["object"],"properties":{"bathrooms":{"description":"Optional bathrooms supplied by this operation. Null means unknown.","type":["number","null"]},"bedrooms":{"description":"Optional bedrooms supplied by this operation. Null means unknown.","type":["number","null"]},"living_rooms":{"description":"Optional living rooms supplied by this operation. Null means unknown.","type":["number","null"]},"property_type":{"description":"Optional property type supplied by this operation. Null means unknown.","type":["string","null"]},"tenure":{"description":"Optional tenure supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true}}},{"required":["historic_listings"],"properties":{"historic_listings":{"description":"Optional historic listings 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":["last_sale"],"properties":{"last_sale":{"description":"Optional last sale supplied by this operation. Null means unknown.","type":["object"],"properties":{"date":{"description":"Optional date 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"]}},"additionalProperties":true}}},{"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":["sale_estimate"],"properties":{"sale_estimate":{"description":"Optional sale estimate supplied by this operation. Null means unknown.","type":["object"],"properties":{"confidence":{"description":"Optional confidence supplied by this operation. Null means unknown.","type":["string","null"]},"value":{"description":"Optional value supplied by this operation. Null means unknown.","type":["number","null"]}},"additionalProperties":true}}},{"required":["sales"],"properties":{"sales":{"description":"Optional sales 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":["uprn"],"properties":{"uprn":{"description":"Optional uprn supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}}]}]}},"page":{"description":"Optional page supplied by this operation. Null means unknown.","type":["number","null"]},"street":{"description":"Optional street supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"kind":{"description":"Optional kind supplied by this operation. Null means unknown.","type":["string","null"]},"name":{"description":"Optional name supplied by this operation. Null means unknown.","type":["string","null"]},"path":{"description":"Optional path supplied by this operation. Null means unknown.","type":["string","null"]},"short_name":{"description":"Optional short name supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true},"total":{"description":"Source-reported total; null is 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":[{"count":0,"cursor":null,"has_more":false,"items":[{"address":"example","attributes":{"bathrooms":0,"bedrooms":0,"living_rooms":0,"property_type":"example","tenure":"example"},"historic_listings":[{}],"last_sale":{"date":"2026-09-01T12:00:00Z","price":0},"latitude":0,"longitude":0,"platform":"example","sale_estimate":{"confidence":"example","value":0},"sales":[{}],"type":"example","uprn":"example"}],"page":0,"street":{"kind":"example","name":"example","path":"example","short_name":"example"},"total":0}]}