| field | type | description | properties |
| driver_id | string(uuid) | ID of the driver | |
| first_name | string | null | First name of driver | |
| middle_name | string | null | Middle name of driver | |
| last_name | string | null | Last name of driver | |
| drivers_license | string | null | Driver's license number | |
| drivers_license_state | string | null | State of Driver's license | |
| date_of_birth_str | string | null | Driver's date of birth | |
| gender | string | null | Driver's gender | enum: MALE, FEMALE, NONBINARY |
| marital_status | string | null | Driver's marital status | enum: SINGLE, MARRIED, DIVORCED, WIDOWED, SEPARATED, CIVIL_UNION |
| relationship_to_insured | string | null | Relationship to the insured | enum: INSURED, SPOUSE, BROTHER, SISTER, FATHER, MOTHER, DAUGHTER, SON, CHILD, RELATIVE, DOMESTIC_PARTNERSHIP |
| age | integer | null | Driver's age | |
| age_on_date | string | null | Date reference for driver's age | |
| education | string | null | Driver's education | enum: LESS_THAN_HIGH_SCHOOL, HIGH_SCHOOL, SOME_COLLEGE, BACHELORS, DOCTORS, ASSOCIATES, MASTERS, LAW, VOCATIONAL, PHD, HIGH_SCHOOL_GED, COLLEGE_DEGREE, IN_COLLEGE, GRADUATE_WORK |
| occupation | string | null | Driver's occupation | |
| age_licensed | integer | null | Age at which driver was licensed | |
| is_excluded | boolean | Whether or not the Driver is excluded from the Policy or Vehicle | |