Skip to content

Health Insurance Schema

Download Schema

📄 Download Health Insurance Schema JSON - Complete JSON schema file for validation and integration

Payload Examples

Full Payload Example

{
    "annual_income": "100001", 
    "child_count": "1", 
    "contact": {
        "address": "123 Main Street",
        "state": "CO",
        "zip_code": "80112", 
        "city": "DENVER",
        "primary_phone": "3039879870",
        "first_name": "firstname",
        "last_name": "lastname",
        "email": "name@example.com", 
        "birthdate": "1987-04-08", 
        "marital_status": "MARRIED", 
        "gender": "male",
        "age": 32
    }, 
    "family_count": "2",
    "height_feet": "5",
    "height_inches": "11",
    "weight": 180,
    "hasPreexistingCondition": "no",
    "qualifyingconditions": [],
    "ua": " Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.3 Safari/537.3"
}

Minimal Request Example

{
    "contact": {
        "zip_code": "80112"
    },
    "zip": "80112",
    "ua": " Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.3 Safari/537.3"
}