May 20th, 2025

New Data

New Lot Info Data Elements

We have added new data elements to the lotInfo object in v2/PropertyDetail to show lot depth and lot width.

Definitions

  • 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.

Key Changes

New Data Elements in v2/PropertyDetail Response

  • lotInfo.lotDepthFeet : float or null, in number of feet.

  • lotInfo.lotWidthFeet : float or null, in number of feet.

Impact

If customers are strictly validating the full v2/PropertyDetail response schema, validation will need to be updated to include the new data elements.