swagger-routes-express
swagger-routes-express copied to clipboard
Add support for OpenAPI Version 3.1
Stuff to investigate
- [ ]
callbacks
- https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#callbackObject - [ ]
pathItems
- https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#pathItemObject - [ ] client certificates in
securitySchemes
- https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.1.0.md#securitySchemeObject - [ ]
paths
are not required in 3.1 - [ ]
pathItem
params must be defined - [ ] responses are now optional