PersonalInfo
A piece of information about a party that is considered sensitive enough to isolate access to that information to individuals with a particular need to see it.
Fields
| Field | Type | Description |
|---|---|---|
accessibility | PersonalInfoAccessibility | |
createdBy | String | |
createdDate | DateTime | |
dob | Date | Date of birth in YYYY-MM-DD format, e.g. '2025-01-20' |
dod | Date | Date of death in YYYY-MM-DD format, e.g. '2025-11-01' |
ethnicity | PersonalInfoEthnicity | |
gender | String | |
height ⚠️ | Float | Height in inches as a float number, e.g. 72.5 |
id | ID | |
logs | [Log!] | A list of logs connected to this personal info. |
maritalStatus | PersonalInfoMaritalStatus | |
modifiedBy | String | |
modifiedDate | DateTime | |
nationality | String | The nationality of the party as an ISO 3166-1 alpha-3 country code, e.g. 'USA', 'CAN', or 'MEX'. |
pronouns | String | |
race | String | |
religion | String | |
sexualOrientation | PersonalInfoSexualOrientation | |
ssn | String | Social Security Number in XXX-XX-XXXX format, e.g. '123-45-6789' |