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 334 forks source link

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

Open foarsitter opened 8 months ago

foarsitter commented 8 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 week ago

Any updates on this fix?