{
"semester_uuid": "string",
"department_uuid": "string",
"strategy": "OPTIMAL",
"constraints": {
"teacher_preference": true,
"room_optimization": true,
"student_conflict_avoidance": true,
"consecutive_courses_preferred": true,
"specialization_room_matching": true
},
"priority_settings": {
"course_types": [
{
"type_id": "string",
"priority": 1
}
]
},
"time_preferences": {
"avoid_evening_courses": true,
"balance_weekday_courses": true,
"preferred_time_slots": [
{
"day": 0,
"period_start": 1,
"period_end": 1
}
]
},
"scope_settings": {
"specific_course_ids": [
{
"course_id": "string",
"class_id": [
"string"
],
"number": 0,
"weekly_hours": 84,
"course_enu_type": "THEORY",
"is_odd_week": true,
"start_week": 1,
"end_week": 1
}
],
"allowed_building_ids": [
"string"
]
}
}