Home Insurance Schema
Download Schema
📄 Download Home Insurance Schema JSON - Complete JSON schema file for validation and integration
Payload Examples
Full Payload Example
{
"bathrooms": 2,
"bedrooms": 3,
"contact": {
"address": "123 Main Street",
"state": "CO",
"zip_code": "80112",
"city": "Denver",
"primary_phone": "1234567890",
"first_name": "firstname",
"last_name": "lastname",
"email": "name@example.com",
"own_or_rent": "own",
"birthdate": "1987-04-08",
"marital_status": "MARRIED",
"gender": "male",
"age": 32
},
"coverage": {
"deductible": 1000,
"has_coverage": "YES",
"months_insured": 24,
"former_insurer": "Allstate Ins Co"
},
"property_type": "SINGLE_FAMILY",
"replacement_cost": 350000,
"sq_ft": "1400",
"stories": "TwoStory",
"year_built": 2018,
"insurance": {
"currently_insured": true,
"current_insurer": "State Farm"
},
"ua": " Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.3 Safari/537.3"
}
Minimal Request Example
{
"contact": {
"zip_code": "80112"
},
"ua": " Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.3 Safari/537.3"
}