essentials-openapi
essentials-openapi copied to clipboard
Functions to handle OpenAPI Documentation.
It seems there is simply a missing space in the nullable formatting. I imagine it's supposed to be `number(double) | null`? Probably a simple fix to [here](https://github.com/Neoteroi/essentials-openapi/blob/4ffc7b1921835a22a386494c0acb4f4390f5f1a4/openapidocs/mk/v3/views_mkdocs/partial/schema-repr.html#L23) and [here](https://github.com/Neoteroi/essentials-openapi/blob/4ffc7b1921835a22a386494c0acb4f4390f5f1a4/openapidocs/mk/v3/views_markdown/partial/schema-repr.html#L23)? 
Hello! I'm using the OAD mkdocs plugin from https://github.com/Neoteroi/mkdocs-plugins. It seems that for schema objects, only Name and Type columns are generated. Is it possible to also add a Description...
Markdown tables require that we define them using three or more hyphens (---) to create each column’s header. Without three hyphens, certain systems will not interpret this information as a...
I cannot generate Markdown file from properly validated API definition file: ``` $ oad --verbose gen-docs -s docs/api/swagger.yaml -d api.md [08/07/23 12:35:24] DEBUG Running in --verbose mode main.py:27 DEBUG Reading...
This may be not for this repository and more suited for the [`neoteroi.mkdocsoad` MkDocs plugin](https://www.neoteroi.dev/mkdocs-plugins/web/oad/) but I want to ask anyways just in case. I was wondering if there was...
Personally speaking, I feel like it would be a bit more useful to have the various Response codes grouped together in a tab group to toggle through. Having them listed...
I found a possible bug, here is the stack trace: ``` ERROR - Error reading page 'software/hermes/api.md': 'list' object has no attribute 'get' Traceback (most recent call last): File "/opt/homebrew/lib/python3.11/site-packages/mkdocs/livereload/__init__.py",...