| Name | Type | Description | Notes |
|---|---|---|---|
| description | String | A short description of the course | |
| difficulty | models::CourseDifficulty | The difficulty level of the course | |
| items | Vecmodels::CourseMetadataCourseItemStringItemsInner | Items included in the course (order matters) | |
| name | String | A short unique name for the course | |
| objectives | Option<Vec> | A list of learning objectives for the course | [optional] |
| prerequisites | Option<Vec> | A list of course slugs that are prerequisites for this course | [optional] |
| slug | String | A URL-friendly unique identifier for the course | |
| tags | Option<Vec> | Tags associated with the course | [optional] |
| _id | String | ||
| r#ref | String | Commit hash of the repository the course was imported from |