The candidate's education information.
Attribute | Type | Description |
---|---|---|
schoolName* | string | The name of the school. |
schoolType* | string | Type of school such as university. |
degree* | object (EducationDegree) | Degree received upon completion of education. |
schoolIDNumber* | string | The unique ID of the school within your platform. |
address | object(Address) | Address of the place of education. |
aliasGivenName | string | If another first name was used while attending the place of education. |
aliasFamilyName | string | If another last name was used while attending the place of education. |
department | string | The department of education from which the candidate graduated. |
startDate | string | Date that education at this institution started. Format must be YYYY-MM-DD. |
endDate | string | Date that education at this institution was completed. Format must be YYYY-MM-DD. |
string | The school email address of the candidate. | |
phone | string | Phone number of the institution. |
fax | string | Fax number of the institution. |
notes | string | Any additional notes to add pertaining to a specific education instance. |
type | string | Type must be "faa" or "default". |
"educationHistory": [
{
"schoolName":"UW",
"schooType":"University",
"degree":{
"major":"Software Systems",
"degreeName":"Bachelors",
"degreeType":"B.S.",
"graduationDate":"2010-06-01",
"degreeCompleted":true,
"comments":"something"
},
"schoolIDNumber":"UW12345",
"address":{
"addressLine":"University District",
"municipality":"SEATTLE",
"regionCode":"US-WA",
"postalCode":"98001",
"countryCode":"US",
"validFrom":"2008-08-01"
},
"type":"default",
"aliasGivenName":"Steve",
"aliasFamilyName":"Smith",
"department":"Computer Science",
"startDate":"2008-08-01",
"endDate":"2010-05-01",
"email":"[email protected]",
"phone":"11234567890",
"fax":"+1234567890",
"notes":"nothing"
}
]