{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://www.monocrawl.com/schemas/rightmove/sold-prices.json","title":"rightmove/sold-prices 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"]},"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"]},"id":{"description":"Source identifier. Preserve the supplied type and exact value.","type":["string","null"]},"image_url":{"description":"Optional image url supplied by this operation. Null means unknown.","type":["string","null"]},"last_sold":{"description":"Optional last sold 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"]},"tenure":{"description":"Optional tenure supplied by this operation. Null means unknown.","type":["string","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"]},"map_url":{"description":"Optional map url supplied by this operation. Null means unknown.","type":["string","null"]},"platform":{"description":"Optional platform supplied by this operation. Null means unknown.","type":["string","null"]},"property_type":{"description":"Optional property type supplied by this operation. Null means unknown.","type":["string","null"]},"transactions":{"description":"Optional transactions 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"]},"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":["bathrooms"],"properties":{"bathrooms":{"description":"Optional bathrooms supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["bedrooms"],"properties":{"bedrooms":{"description":"Optional bedrooms supplied by this operation. Null means unknown.","type":["number"]}}},{"required":["id"],"properties":{"id":{"description":"Source identifier. Preserve the supplied type and exact value.","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":["last_sold"],"properties":{"last_sold":{"description":"Optional last sold 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"]},"tenure":{"description":"Optional tenure supplied by this operation. Null means unknown.","type":["string","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":["map_url"],"properties":{"map_url":{"description":"Optional map url supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["property_type"],"properties":{"property_type":{"description":"Optional property type supplied by this operation. Null means unknown.","type":["string"],"minLength":1}}},{"required":["transactions"],"properties":{"transactions":{"description":"Optional transactions 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":["url"],"properties":{"url":{"description":"Original source URL when supplied.","type":["string"],"minLength":1}}}]}]}},"location":{"description":"Optional location supplied by this operation. Null means unknown.","type":["object","null"],"properties":{"identifier":{"description":"Optional identifier supplied by this operation. Null means unknown.","type":["string","null"]},"type":{"description":"Optional type supplied by this operation. Null means unknown.","type":["string","null"]}},"additionalProperties":true},"page":{"description":"Optional page supplied by this operation. Null means unknown.","type":["number","null"]},"per_page":{"description":"Optional per page supplied by this operation. Null means unknown.","type":["number","null"]},"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","bathrooms":0,"bedrooms":0,"id":"example","image_url":"https://example.com/example","last_sold":{"date":"2026-09-01T12:00:00Z","price":0,"tenure":"example"},"latitude":0,"longitude":0,"map_url":"https://example.com/example","platform":"example","property_type":"example","transactions":[{}],"type":"example","url":"https://example.com/example"}],"location":{"identifier":"example","type":"example"},"page":0,"per_page":0,"total":0}]}