{
  "schema": "WorknationCandidatePayload",
  "operation": "POST /v1/candidates (request)",
  "order": 2,
  "summary": "Minimal candidate — the smallest accepted request body.",
  "value": {
    "externalId": "wn-88213",
    "firstName": "Ada",
    "lastName": "Okoro",
    "email": "ada.okoro@example.com",
    "countryOfResidence": "NG",
    "skills": [
      {
        "name": "Welding",
        "yearsExperience": 4,
        "proficiency": "advanced"
      }
    ],
    "consentGiven": true
  }
}
