Aller au contenu principal

StudentExperienceCreate

titleTitle (string)required
companyCompany (string)required
location object
anyOf
string
start_dateStart Date (string)required
end_date object
anyOf
string
currentCurrent (boolean)
Default value: false
description object
anyOf
string
StudentExperienceCreate
{
"title": "string",
"company": "string",
"location": "string",
"start_date": "string",
"end_date": "string",
"current": false,
"description": "string"
}