| email | String | Unique email address | |
| fullName | String | Full name | |
| linkedinUrl | URI | LinkedIn profile URL | [optional] |
| currentRole | String | Current job title | [optional] |
| currentCompany | String | Current employer | [optional] |
| yearsExperience | Integer | Total years of professional experience | [optional] |
| openToWork | Boolean | Whether actively looking for opportunities | [optional] |
| preferredRoles | String | JSON array (stored as string) of preferred role types | [optional] |
| skills | String | JSON array (stored as string) of key technical skills | [optional] |
| resumeStorageUrl | URI | S3/GCS URL to uploaded resume PDF | [optional] |
| resumeParsedText | String | Cached extracted text from resume for AI analysis | [optional] |
| createdDate | OffsetDateTime | Date of object creation | [optional] [readonly] |
| updatedDate | OffsetDateTime | When profile was last updated | [optional] |
| aiReadableProfile | String | LLM-generated summary of candidate for skill matching | [optional] |
| id | UUID | Unique identifier for object in the system | [optional] [readonly] |
| ownerId | UUID | UUID of owner of the object in the system | [optional] [readonly] |
| keyHash | String | Data, including hash of the key(s) used to encrypt this record. | [optional] [readonly] |
| lastAccessedById | UUID | Last user to access object | [optional] [readonly] |
| lastAccessedDate | OffsetDateTime | Timestamp of last access of object | [optional] [readonly] |
| lastModifiedById | UUID | Unique identifier for user who last modifed the object in the system | [optional] [readonly] |
| lastModifiedDate | OffsetDateTime | Date of last object modification | [optional] [readonly] |