lib/swagger/defs/lesson-progress.yaml

32 lines
582 B
YAML
Raw Normal View History

2023-09-12 03:42:13 +00:00
LessonProgress:
properties:
Completed:
type: integer
Completedat:
type: string
x-nullable: true
CreatedByID:
type: string
x-nullable: true
CreatedDate:
type: string
x-nullable: true
EnrollmentID:
type: string
x-nullable: true
ID:
type: string
LastModifiedByID:
type: string
x-nullable: true
LastModifiedDate:
type: string
x-nullable: true
LessonID:
type: string
x-nullable: true
UserID:
type: string
x-nullable: true
type: object