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

Fix #613 #614

Open panda-byte opened 2 months ago

panda-byte commented 2 months ago

Fix #613. When using e.g. fields.List for response structures, any models nested inside are now correctly registered.