You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository is currently being migrated. It's locked while the migration is in progress.
I tried out flask-swagger with Swagger UI v3, it looks like there's some minor incompatibility issues. Are there any plans to support v3, on a new fork. I'd be happy to help.
The biggest issue appears to be the addition of the requestBody section in place of the in: body section. Looking at the spec, I think after a cursory look everything else should be mostly compatible. famous last words :)
Thanks
Iain
The text was updated successfully, but these errors were encountered:
The OpenAPI version moves to 3.0 for UI v3. There are some big changes between OpenAPI2.0 and 3.0. It is better to add an option in Flask-Swagger to let users to choose which version to use.
Hi
I tried out flask-swagger with Swagger UI v3, it looks like there's some minor incompatibility issues. Are there any plans to support v3, on a new fork. I'd be happy to help.
The biggest issue appears to be the addition of the requestBody section in place of the in: body section. Looking at the spec, I think after a cursory look everything else should be mostly compatible. famous last words :)
Thanks
Iain
The text was updated successfully, but these errors were encountered: