Changes -------- * Added `operation_id` parameter to `path_docs` * Fixed sorting keys when using `OpenAPIDocument` * Added workaround for mypy problem https://github.com/python/mypy/issues/9773
0.3.5
Changes -------- * Added `style` and `explode` parameters to `QueryParam` * Fixed reference prefixes inside JSON Schema for headers and parameters
0.3.4
Changes -------- * Fixed adding multiple Media Type objects to one Request Body * Added default response description generation based on HTTP Code in https://github.com/Fatal1ty/openapify/pull/2
0.3.3
Changes -------- * Fixed adding multiple Media Type objects to one Response within one HTTP Status Code * Fixed import of Literal on Python 3.7