A candidate education object is a school a candidate attended.
{
"id": Integer,
"degree": String,
"school": String,
"location": String,
"started_at": Date,
"ended_at": Date,
"description": String,
"created_at": DateTime
}
Please refer to the API References for more details regarding the Candidates API.