Skip to content

Commit

Permalink
Convert to OpenAPI 3.1
Browse files Browse the repository at this point in the history
OpenAPI 3.0 has some unspecified behavior regarding the combination of
reference objects with 'nullable' [1]. Despite what random StackOverflow
answers [2] suggest, combining nullable with '$ref' still doesn't work.
Do what's suggested in the issue reporting this behavior [3] and upgrade
to OpenAPI 3.1, allowing us to work around this.

[1] OAI/OpenAPI-Specification#1368
[2] https://stackoverflow.com/a/48114924/613428
[3] OAI/OpenAPI-Specification#1368 (comment)

Signed-off-by: Stephen Finucane <[email protected]>
  • Loading branch information
stephenfin committed Oct 10, 2022
1 parent d5d668e commit 842c201
Show file tree
Hide file tree
Showing 7 changed files with 576 additions and 456 deletions.
Loading

0 comments on commit 842c201

Please sign in to comment.