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
{{ message }}
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
AttributeError: 'NoneType' object has no attribute 'keys'
error if there is no "properties" property in the object. I know it is weird to have an object without properties but I do have these in our Swagger due to some stubbed/not implemented features.
The text was updated successfully, but these errors were encountered:
Function _get_example_from_properties in swagger_parser.py contains the following code:
which throws
error if there is no "properties" property in the object. I know it is weird to have an object without properties but I do have these in our Swagger due to some stubbed/not implemented features.
The text was updated successfully, but these errors were encountered: