UniversityThemeResponse
University theme response
idId (string)required
titleTitle (string)required
descriptionDescription (string)required
field_of_studyField Of Study (string)required
target_levels object
anyOf
- string[]
- null
Array [
string
]
target_programs object
anyOf
- string[]
- null
Array [
string
]
contact_phone object
anyOf
- string
- null
string
is_availableIs Available (boolean)required
times_selectedTimes Selected (integer)
Default value:
0created_atstring<date-time>required
department_name object
anyOf
- string
- null
string
faculty_name object
anyOf
- string
- null
string
sourceSource (string)
Default value:
universityUniversityThemeResponse
{
"id": "string",
"title": "string",
"description": "string",
"field_of_study": "string",
"target_levels": [
"string"
],
"target_programs": [
"string"
],
"contact_phone": "string",
"is_available": true,
"times_selected": 0,
"created_at": "2024-07-29T15:51:28.071Z",
"department_name": "string",
"faculty_name": "string",
"source": "university"
}