Neoteroi / essentials-openapi

Functions to handle OpenAPI Documentation.
MIT License
21 stars 9 forks source link

Snake case to camel case conversion should not happen for Examples! #6

Closed RobertoPrevato closed 3 years ago

RobertoPrevato commented 3 years ago

Fix the bug reported here: https://github.com/Neoteroi/BlackSheep/issues/173

The examples objects should not be modified to respect camelCase (like other classes where conversion between Python naming convention and OpenAPI Documentation entities that use camelCase).