| email | String | Applicant email | |
| fullName | String | Applicant full name | |
| linkedinUrl | URI | LinkedIn profile URL | [optional] |
| currentRole | String | Current job title | [optional] |
| currentCompany | String | Current company | [optional] |
| yearsExperience | Integer | Years of experience | [optional] |
| resume | URI | Pre-signed URL or metadata pointer to the uploaded resume asset (stored as TEXT; max 5MB payload) | |
| coverLetter | String | Optional cover letter text | [optional] |
| opportunityId | UUID | Apply to specific opportunity (null = general inquiry) | [optional] |
| preferredRoles | String | What types of roles interest you | [optional] |
| skills | String | Your technical skills | [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] |
| createdDate | OffsetDateTime | Date of object creation | [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] |