OpenAPI Spec 3 instead of swagger 2.0

Hi, I have seen that the spec in the endpoint api/v1/docs gives a swagger 2.0. It would be nice if we can get a openAPI 3 spec. Has anyone generated one so far?
Regards :slight_smile:

That converster seems to work https://converter.swagger.io/

Ideally, we would generate a v3 compliant spec. However, the library
weโ€™re using for that
does not support
v3 yet. From looking at their repo it seems like they will in the
future, just not right now.

Until then, youโ€™re better off using a converter.

1 Like