ProfileValidationResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| is_valid | Boolean | Whether all validation checks passed | [default to null] |
| email_verified | Boolean | Email verification status | [default to null] |
| phone_verified | Boolean | Phone verification status (None if no phone exists) | [optional] [default to null] |
| profile_complete | Boolean | Whether the profile is complete with all required fields | [default to null] |
| missing_fields | List | List of missing profile fields (e.g., [“first_name”, “date_of_birth”]) | [default to null] |
| validation_issues | List | List of validation issues for display to user | [default to null] |