You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/usr/local/lib/python2.7/site-packages/bravado_core/spec.py", line 203, in descend
if is_dict_like(fragment):
File "/usr/local/lib/python2.7/site-packages/bravado_core/schema.py", line 49, in is_dict_like
if type(spec) == dict:
RuntimeError: maximum recursion depth exceeded while calling a Python object
As nothing in the swagger spec advise against recursive model definitions and the canonical swagger-codegen handles it, this should also work in bravado.
The text was updated successfully, but these errors were encountered:
A simple recursive model definition like this
Leads to this exception
As nothing in the swagger spec advise against recursive model definitions and the canonical swagger-codegen handles it, this should also work in bravado.
The text was updated successfully, but these errors were encountered: