InternshipResponse
idId (string)required
student_idStudent Id (string)required
company_idCompany Id (string)required
supervisor_id object
anyOf
- string
- null
string
statusStatus (string)required
start_date object
anyOf
- string<date-time>
- null
string<date-time>
end_date object
anyOf
- string<date-time>
- null
string<date-time>
project_description object
anyOf
- string
- null
string
created_atstring<date-time>required
updated_atstring<date-time>required
InternshipResponse
{
"id": "string",
"student_id": "string",
"company_id": "string",
"supervisor_id": "string",
"status": "string",
"start_date": "2024-07-29T15:51:28.071Z",
"end_date": "2024-07-29T15:51:28.071Z",
"project_description": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}