Information about the candidate's education degree.

AttributeTypeDescription
majorstringDegree major such as "Software Systems".
degreeNamestringName of degree such as "Bachelors" or "Masters".
degreeTypestringType such as "B.S." or "M.S.".
graduationDatestringFormat must be YYYY-MM-DD.
degreeCompletedbooleanA boolean to confirm whether the candidate has completed their education and received their degree.
commentsstringAny additional comments about a degree instance.
"degree" : {
    "major": "Software Systems",
    "degreeName": "Bachelors",
    "degreeType": "B.S.",
    "graduationDate": "2010-06-01",
    "degreeCompleted": true,
    "comments" : "something"
}