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
61 stars 33 forks source link

Keep and pass a context of parse operation #36

Open manchenkoff opened 2 years ago

manchenkoff commented 2 years ago

To be able to get the current path or schema name, we can consider passing somehow the whole path of a current Swagger node or other useful data.