Skip to content

Commit

Permalink
chore(offering): make average grade of yearly statistics nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
lpezzolla committed Mar 14, 2024
1 parent f4be66b commit f5256c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4138,6 +4138,7 @@ components:
$ref: '#/components/schemas/GradeCount'
averageGrade:
type: number
nullable: true
example: 18.01
required: [ succeeded, failed, grades, averageGrade ]

Expand Down

0 comments on commit f5256c0

Please sign in to comment.