PropertyAVMFields
Property-specific AVM fields.
total_bedroomsTotal Bedrooms (integer)required
Total bedrooms
Possible values: >= 0 and <= 50
total_bathroomsTotal Bathrooms (number)required
Total bathrooms
Possible values: >= 0 and <= 50
living_areaLiving Area (integer)nullable
Living area in sqft
Possible values: >= 0
lot_sizeLot Size (integer)nullable
Lot size in sqft
Possible values: >= 0
year_builtYear Built (integer)nullable
Year built
Possible values: >= 1800 and <= 2030
property_typeProperty Type (string)nullable
Property type
total_unitsTotal Units (integer)nullable
Total units (1–4). Defaults to 2 for small_multifamily, 1 otherwise.
Possible values: >= 1 and <= 4
walk_scoreWalk Score (integer)nullable
Walk score
Possible values: >= 0 and <= 100
has_private_poolHas Private Pool (boolean)
Has private pool
Default value:
falsehas_basementHas Basement (boolean)
Has basement
Default value:
falsecentral_airCentral Air (boolean)
Has central air
Default value:
falsegarage_spacesGarage Spaces (integer)
Number of garage spaces
Possible values: >= 0
Default value:
0num_storiesNum Stories (integer)nullable
Number of stories (1–5; cap at 5 for high-rise)
Possible values: >= 1 and <= 5
condition_scoreCondition Score (number)nullable
Condition score
Possible values: >= 0 and <= 5
PropertyAVMFields
{
"total_bedrooms": 0,
"total_bathrooms": 0,
"living_area": 0,
"lot_size": 0,
"year_built": 0,
"property_type": "string",
"total_units": 0,
"walk_score": 0,
"has_private_pool": false,
"has_basement": false,
"central_air": false,
"garage_spaces": 0,
"num_stories": 0,
"condition_score": 0
}