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
Currently we only support Openapi v3 spec. In Python working with Flask, and anecdotally golang, it is very easy to create v2 specs, but not v3. This results in needing to use a conversion tool to get a v3 spec. If the conversion has any quirks the user will need to learn more about OpenAPI then they care to.