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

Add support for application/problem+json content type #77

Closed lucasvenez closed 10 months ago

lucasvenez commented 10 months ago

This addition enables seamless handling of error responses conforming to RFC 7807.

It is addressing Issues #76.

manchenkoff commented 10 months ago

Thanks for the contribution @lucasvenez