Skip to content

Commit

Permalink
fix: required in CourseDirectoryContent and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bri74 authored Feb 19, 2025
1 parent 101a294 commit 039d3ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: Polito Students API
version: 2.1.2
version: 2.1.3
license:
name: CC BY-NC 4.0
url: https://creativecommons.org/licenses/by-nc/4.0/
Expand Down Expand Up @@ -4304,7 +4304,7 @@ components:
name:
type: string
example: Laboratori
required: [ id, type, name ]
required: [ id, type, name ]
- oneOf:
- $ref: '#/components/schemas/CourseDirectory'
- $ref: '#/components/schemas/CourseFileOverview'
Expand Down

0 comments on commit 039d3ca

Please sign in to comment.