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.