| field | type | description | properties |
| claim_id | string(uuid) | ID of the claim | |
| policy_id | string(uuid) | null | ID of the policy the claim is related to | |
| dwelling_id | string(uuid) | null | ID of the dwelling the claim is related to | |
| vehicle_id | string(uuid) | null | ID of the vehicle the claim is related to | |
| address_id | string(uuid) | null | ID of the address where the incident physically occurred | |
| driver_id | string(uuid) | null | ID of the driver the claim is related to | |
| carrier_claim_identifier | string | null | The carrier's identifier for the claim | |
| date_occurred | string(date-time) | null | Date the claim occurred | |
| type | string | null | Claim type | enum: WIND_AND_HAIL_DAMAGE, WATER_DAMAGE_AND_FREEZING, FIRE_AND_LIGHTNING_DAMAGE, OTHER_PROPERTY_DAMAGE, PERSONAL_LIABILITY, POWER_OUTAGE_OR_SURGE, THEFT, CAR_ACCIDENT, WINDSHIELD_DAMAGE, ANIMAL_COLLISION, VANDALISM, WEATHER, EMERGENCY_ROADSIDE_ASSISTANCE, MEDICAL, HURRICANE_DAMAGE, SEWAGE_BACKUP |
| status | string | null | Claim status | enum: OPEN, CLOSED |
| date_closed | string(date-time) | null | Date the claim was closed | |
| payout_cents | integer | null | Total payout of the claim in cents | |
| representative_name | string | null | Claim representative name | |
| representative_phone | string | null | Claim representative phone number | |
| representative_email | string | null | Claim representative email address | |