Skip to content

Commit

Permalink
Update OpenAPI version and fix schema reference
Browse files Browse the repository at this point in the history
resolves #40
  • Loading branch information
MathieuSoysal authored Feb 10, 2024
1 parent ec4d02f commit 488375a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
openapi: 3.0.0
openapi: 3.1.0
info:
title: CROUS Assistant | Residence - OpenAPI 3.1
description: |-
Expand Down Expand Up @@ -36,7 +36,8 @@ paths:
application/json:
schema:
type: array
$ref: '#/components/schemas/Residence'
items:
$ref: '#/components/schemas/Residence'
/hash-residences:
get:
tags:
Expand Down

0 comments on commit 488375a

Please sign in to comment.