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
from swagger_spec_validator import validate_spec_url
validate_spec_url('file:///home/hamish/tmp/swagger/test.yaml')
File "/home/hamish/tmp/swagger/.pyvenv/lib/python3.9/site-packages/jsonschema/_utils.py", line 98, in find_additional_properties
if patterns and re.search(patterns, property):
File "/usr/lib/python3.9/re.py", line 201, in search
return _compile(pattern, flags).search(string)
TypeError: expected string or bytes-like object
I get this exception when validating a test file:
The text was updated successfully, but these errors were encountered: