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
65 stars 34 forks source link

[BUG] Unsupported schema type: 'boolean' #11

Closed manchenkoff closed 3 years ago

manchenkoff commented 3 years ago

What is a problem? Unable to parse schemas with boolean type.

Describe the solution you'd like Parse to the new specification.Boolean data class.

Describe alternatives you've considered None

Additional context Error text openapi_parser.errors.ParserError: Unsupported schema type: 'boolean'