{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-talent-recruiter-system-connect-application-data-structure.json", "name": "ApplicationData", "description": "ApplicationData from LinkedIn API", "type": "object", "properties": { "atsCandidateId": { "type": "string", "example": "CAND-001" }, "atsJobPostingId": { "type": "string", "example": "JOB-2024-001" }, "atsJobPostingName": { "type": "string", "example": "Senior Software Engineer" }, "candidateEmail": { "type": "string", "format": "email", "example": "johndoe@example.com" }, "firstName": { "type": "string", "example": "John" }, "lastName": { "type": "string", "example": "Doe" }, "source": { "type": "string", "example": "Referral" }, "dispositionReason": { "type": "string", "example": "" }, "atsCreatedAt": { "type": "int64", "example": 1702693664000 }, "atsLastModifiedAt": { "type": "int64", "example": 1702693664000 } } }