Amount made under a given employer within the EmploymentHistory array of objects.

AttributeTypeDescription
currency*stringSalary made under a specific employer.
startingSalarystringStarting salary at this place of employment.
endingSalarystringEnding salary at this place of employment.
"salary" : {
  "currency" : "USD",
  "startingSalary" : "100,000",
  "endingSalary" : "140,000"
}