Zoonk.Catalog.Course (Zoonk v0.1.0-dev)

View Source

Defines the Course schema.

Courses group related chapters together. They allow users to go deeper on a specific topic.

Each course belongs to an organization and can have multiple translations for different languages.

Fields

Field NameTypeDescription
org_idIntegerThe ID of the org that owns this course.
slugStringUnique identifier for the course.
categoriesListList of categories the course belongs to.
thumb_urlStringURL for the course thumbnail image.
translationsListList of translations for the course.
course_usersListList of users associated with the course.
course_chaptersListList of chapters included in the course.
inserted_atDateTimeTimestamp when the course was created.
updated_atDateTimeTimestamp when the course was last updated.