sphinx-contrib / openapi

OpenAPI (fka Swagger) spec renderer for Sphinx.
https://sphinxcontrib-openapi.readthedocs.io
BSD 2-Clause "Simplified" License
110 stars 80 forks source link

Add initial OpenAPI 3.1 support #138

Closed stephenfin closed 1 year ago

stephenfin commented 1 year ago

This isn't my finest work but it passes with the schema I'm using locally. There are quite a few changes in OpenAPI 3.1 but two are addressed here:

There's a whole lot more to support here including things like webhooks but we focus on the MVP here. All that extra functionality can be added later.

A list of commits: