python-restx / flask-restx

Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask
https://flask-restx.readthedocs.io/en/latest/
Other
2.16k stars 335 forks source link

Add the OpenAPI definitions to the validation schema for resolving JSON pointers #592

Open foarsitter opened 9 months ago

foarsitter commented 9 months ago

This PR fixes #553 (reopens #560).

The referencing library isn't required when the complete definition is present in schema.

waldekwg commented 1 month ago

Any updates on this fix?