Skip to content

Commit

Permalink
fix: updating lesson and lesson bode attachments reference (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrvvu authored Nov 21, 2024
1 parent 2339d79 commit ac61d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/lesson/lesson-schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ definitions:
maxLength: 1000
attachments:
type: array
$ref: '#/components/attachments'
$ref: '#/definitions/attachments'
category:
type: string
$ref: '#/definitions/resourcesCategory'
Expand All @@ -45,7 +45,7 @@ definitions:
type: string
attachments:
type: array
$ref: '#/components/attachments'
$ref: '#/definitions/attachments'
category:
type: string
$ref: '#/definitions/resourcesCategory'

0 comments on commit ac61d28

Please sign in to comment.