Information about the candidate's education degree.
| Attribute | Type | Description |
|---|---|---|
| major | string | Degree major such as "Software Systems". |
| degreeName | string | Name of degree such as "Bachelors" or "Masters". |
| degreeType | string | Type such as "B.S." or "M.S.". |
| graduationDate | string | Format must be YYYY-MM-DD. |
| degreeCompleted | boolean | A boolean to confirm whether the candidate has completed their education and received their degree. |
| comments | string | Any additional comments about a degree instance. |
"degree" : {
"major": "Software Systems",
"degreeName": "Bachelors",
"degreeType": "B.S.",
"graduationDate": "2010-06-01",
"degreeCompleted": true,
"comments" : "something"
}