Open delewis13 opened 4 years ago
Hello,
The patch has been merged indeed, but there was no new release so the current pip package does not include the fix yet.
I should also improve the doc regarding Nested/List fields with Wildcard.
You'll find some example in #737
When is going to be the next release?
Attempting to return the following data structure to the user and document properly in swagger:
i.e. a dictionary with dynamic keys, where values are a list of strings.
Using the example from here can get simple dynamic key data structure to work (see /test1), however, can't get it to work with lists (see /test2)
In particular, Swagger will render appropriately for /test2, however when I attempt to execute the request I hit an error (see stacktrace).
Based on this merge, seems like it should be doable, but can't figure out for the life of me! Help greatly appreciated!
Code
Error Messages/Stack Trace
Environment
pip install flask flask_restplus
:aniso8601==8.0.0 attrs==19.3.0 Click==7.0 Flask==1.1.1 flask-restplus==0.13.0 importlib-metadata==1.3.0 itsdangerous==1.1.0 Jinja2==2.10.3 jsonschema==3.2.0 MarkupSafe==1.1.1 more-itertools==8.0.2 pyrsistent==0.15.6 pytz==2019.3 six==1.13.0 Werkzeug==0.16.0 zipp==0.6.0