open-education-api / specification

OpenAPI (fka Swagger) specification for the Open Education API.
Other
32 stars 26 forks source link

Fix bugs in the spec #302

Closed jelmerderonde closed 10 months ago

jelmerderonde commented 10 months ago

This PR fixes two bug in the spec:

  1. modeOfStudy is not an attribute in offerings (it used to be in v4), but it was required in ProgramOffering
  2. ProgramOffering, CourseOffering and ProgramOffering all had a double reference to academicSession. This broke some validators. This PR removes one the references in each object.