lib/swagger/defs/course.yaml

62 lines
1.2 KiB
YAML
Raw Normal View History

2023-09-12 03:42:13 +00:00
Course:
properties:
ID:
type: string
2023-10-17 02:05:34 +00:00
Channels:
description: The channels associated with the track (Multiselect Picklist).
type: string
x-nullable: true
2023-09-12 03:42:13 +00:00
CreatedByID:
type: string
x-nullable: true
CreatedDate:
type: string
x-nullable: true
Description:
type: string
x-nullable: true
2023-10-17 02:05:34 +00:00
DisplayOrder:
type: number
x-nullable: true
FullDescription:
2023-09-12 03:42:13 +00:00
type: string
x-nullable: true
ImageAltText:
type: string
x-nullable: true
ImageURL:
type: string
x-nullable: true
InstructorID:
type: string
x-nullable: true
LastModifiedByID:
type: string
x-nullable: true
LastModifiedDate:
type: string
x-nullable: true
Logo:
type: string
x-nullable: true
2023-10-17 02:05:34 +00:00
Name:
type: string
x-nullable: true
2023-09-12 03:42:13 +00:00
Price:
type: number
x-nullable: true
Slug:
type: string
x-nullable: true
TemplateID:
type: string
x-nullable: true
Title:
type: string
x-nullable: true
Sections:
items:
$ref: "./course-section.yaml#/CourseSection"
type: array
type: object