breaux
4 years agoContributor
Documentation Export with inherited types is incorrect
I have an openapi: 3.0.0 API where I've used type inheritance for some requests & responses, and when I view those in the SwaggerHub editor or viewer, they look as I want/expect: all the fields collapsed into a flat object:
But when I export the file to HTML, I instead get a very confusing view of all the nested "all of" elements.
How can I get the exported documentation to look like the online documentation in this regard?