| jobSeekerId | UUID | Reference to JobSeeker | |
| opportunityId | UUID | Reference to CareerOpportunity (null for general inquiry) | [optional] |
| appliedDate | OffsetDateTime | When application was submitted | [optional] |
| resumeAttachmentUrl | URI | Direct link to resume PDF | [optional] |
| coverLetterText | String | Optional cover letter or application notes | [optional] |
| status | StatusEnum | Application workflow status | [optional] |
| matchScore | Double | AI-calculated match score (0-100) | [optional] |
| matchReasons | String | JSON array (stored as string) of reasons for match score | [optional] |
| recommendedNextSteps | String | JSON array (stored as string) of suggested actions | [optional] |
| assignedRecruiter | String | Email of recruiter handling this application | [optional] |
| internalNotes | String | Private notes for recruiting team | [optional] |
| createdDate | OffsetDateTime | Date of object creation | [optional] [readonly] |
| updatedDate | OffsetDateTime | Last update time | [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] |