Skip to content

Commit

Permalink
fix(surveys): add isMandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
lpezzolla committed Dec 6, 2023
1 parent be8343e commit d752ca9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5021,6 +5021,9 @@ components:
$ref: '#/components/schemas/SurveyTaxonomy'
type:
$ref: '#/components/schemas/SurveyTaxonomy'
isMandatory:
type: boolean
example: true
isCompiled:
type: boolean
example: false
Expand All @@ -5042,4 +5045,4 @@ components:
example: '2022-08-31T14:00:00Z'
course:
$ref: '#/components/schemas/SurveyCourseRef'
required: [ id, title, subtitle, category, type, isCompiled, compileDate, url, startsAt, endsAt ]
required: [ id, title, subtitle, category, type, isMandatory, isCompiled, compileDate, url, startsAt, endsAt ]

0 comments on commit d752ca9

Please sign in to comment.