manchenkoff / openapi3-parser

OpenAPI 3 parser to use a specification inside of the code in your projects
https://pypi.org/project/openapi3-parser/
MIT License
64 stars 33 forks source link

[Feature] support Parameter serialisation style #7

Closed manchenkoff closed 1 year ago

manchenkoff commented 3 years ago

What is a problem? At the current moment, there is no data about the serialization style of the schema field.

Describe the solution you'd like Add a new property "style" with that data.

Describe alternatives you've considered N/A

Additional context Documentation from OpenAPI

Describes how the parameter value will be serialized depending on the type of the parameter value. Default values (based on value of in):