How can I generate html from OpenAPI 3.1 schema?

1.2k Views Asked by At

I've got a schema in OpenAPI 3.1 spec that was released recently. How can I generate html from that? I used to run

openapi-generator generate -i PathToMyInputDefinitionFile.yaml -g html -o /PathToOutputFolder

But as far as I can see, openapi-generator doesn't support it yet.

I'm interested specifically in python package that has a support of 3.1.0 already.

0

There are 0 best solutions below