{
  "version": 1,
  "location": {
    "city": "Example City",
    "country": "Example Country",
    "countryOfResidence": "Example Country",
    "anticipatedWorkCountries": ["Example Country"],
    "basedInEuropeOrIsrael": true,
    "canWorkCetHours": true
  },
  "address": {
    "city": "Example City",
    "region": "Example Region",
    "postalCode": "00000",
    "country": "Example Country"
  },
  "authorization": {
    "authorizedToWork": true,
    "needVisaSponsorship": false,
    "requireVisaSponsorship": false,
    "citizenshipCountries": ["Example Country"],
    "permanentResidencyCountries": []
  },
  "availability": {
    "noticePeriod": "1 month",
    "startDatePolicy": "After notice period"
  },
  "education": {
    "highestDegree": "Bachelor's degree",
    "degree": "B.Sc. Computer Science",
    "fieldOfStudy": "Computer Science",
    "school": "Example University",
    "graduationYear": 2020,
    "graduated": true
  },
  "employment": {
    "currentTitle": "Software Engineer",
    "currentEmployer": "Example Company",
    "currentStartYear": 2021,
    "previousTitle": "Junior Software Engineer",
    "previousEmployer": "Previous Example Company",
    "previousStartYear": 2019,
    "previousEndYear": 2021
  },
  "compensation": {
    "desiredSalary": "Example salary expectation",
    "desiredMonthlyEur": 5000,
    "desiredAnnualEur": 60000
  },
  "experience": {
    "reactTypescriptComplexApps": true,
    "agenticCodingTools": true,
    "skills": {
      "javascript": true,
      "typescript": true,
      "react": true,
      "nodejs": true,
      "python": true,
      "sql": true,
      "linux": true,
      "cloud": true
    },
    "years": {
      "softwareEngineering": 5,
      "commercialSoftwareEngineering": 5,
      "javascript": 5,
      "typescript": 4,
      "react": 4,
      "nodejs": 4,
      "python": 3,
      "sql": 3,
      "cloudDevelopment": 2
    }
  },
  "preferences": {
    "allowFutureRoles": true,
    "readPrivacyNotice": true,
    "personalDataConsent": true,
    "consentToBackgroundCheck": true,
    "willingToRelocate": false,
    "workRemotelyIfOffered": true,
    "recruitingMessagingOptIn": false,
    "priorApplicationDefault": false,
    "priorCompanyEmploymentDefault": false,
    "sensitiveDemographicDefault": "Prefer not to answer",
    "personalPronouns": "Prefer not to answer",
    "generateConciseSubjectiveAnswers": true
  },
  "languages": {
    "english": "Professional working proficiency"
  },
  "links": {
    "personalWebsite": "https://example.com",
    "portfolioUrl": "https://github.com/example",
    "githubProfileUrl": "https://github.com/example",
    "linkedinProfileUrl": "https://www.linkedin.com/in/example/"
  }
}
