Closed russell closed 5 years ago
When rendering the petstore example the schemas in the toc are blank because of missing title attributes, falling back to the schema name works in this case.
* [Servers](#servers) * [Paths](#paths) - [`GET` /pets](#op-get-pets) - [`POST` /pets](#op-post-pets) - [`GET` /pets/{petId}](#op-get-pets-petid) * [Schemas](#schemas) - - -
Looks good. Thanks!
It is now on npm. Thank you!
When rendering the petstore example the schemas in the toc are blank because of missing title attributes, falling back to the schema name works in this case.