If you have a package containing this screening, you can verify a candidate's education history.
Attribute | Type | Description |
---|---|---|
schoolName | string | Name of school |
type | string | |
schoolType | string | University or other |
degree | Object | |
address | object(Address) | Address of school. |
"educationHistory":[
{
"schoolName":"UW",
"type" : "default",
"schoolType" : "University",
"degree" : {
"major": "Software Systems",
"degreeName": "B.S.",
"degreeType": "Bachelors",
"graduationDate": "2010-06-01",
"degreeCompleted": true,
"comments" : "something"
},
"address": {
"addressLine": "University District",
"municipality": "SEATTLE",
"regionCode": "US-WA",
"postalCode": "98001",
"countryCode": "US"
}
}
]