...
The schemas are defined in Typescript types in the backend/src/api/schemas
We use the Zod library to define the Typescript -friendly types from the schema definition
Course
A course object contains all required metadata concerning the course. The format is as follows:
...