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

Handle missing `type` key in schema #62

Closed sergei-maertens closed 1 year ago

sergei-maertens commented 1 year ago

Fixes #61

I'm not sure if the approach of setting schema_type = DataType.ANY_OF is correct, perhaps this should become an explicit schema with all possible types?

manchenkoff commented 1 year ago

Thanks, published as v1.1.11 version 👍

sergei-maertens commented 1 year ago

Thank you! 🙌