May 20th, 2025
New Data
We have added new data elements to the lotInfo object in v2/PropertyDetail to show lot depth and lot width.
Lot Depth: Lot depth is defined as the mean horizontal distance between the front and rear lot lines of a lot.
Lot Width: Lot width is defined as the average horizontal distance between the side lot lines, measured perpendicular to the lot depth.
v2/PropertyDetail ResponselotInfo.lotDepthFeet : float or null, in number of feet.
lotInfo.lotWidthFeet : float or null, in number of feet.
If customers are strictly validating the full v2/PropertyDetail response schema, validation will need to be updated to include the new data elements.