| Name | Type | Description | Notes |
|---|---|---|---|
| code | str | Course Code | [optional] |
| name | str | Course Name | [optional] |
| credits | int | Credits | [optional] |
| core_or_elective | str | Core or Elective | [optional] |
| prerequisites | list[str] | Prerequisites | [optional] |
| course_content | str | Course Contents | [optional] |
| objectives | str | Objectives of the course | [optional] |
| il_os | object | [optional] | |
| allocation | str | Total time allocations for different sessions of the given course | [optional] |
| modules | list[object] | Modules of a given course | [optional] |
| references | list[str] | Useful reference materials of the given course | [optional] |
| marks | object | Marks allocated for different sessions of the given course | [optional] |
| lecturers | list[object] | Lecturers of the given course | [optional] |
| url | str | URL for the course details | [optional] |