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
swagger-schema.json contains a reference to schema http://swagger.io/v2/schema.json#. This schema returns
HTTP/1.1 301 Moved Permanently
Location: https://schema.swagger.io/v2/schema.json
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1><p>The document has moved <a href="https://schema.swagger.io/v2/schema.json">here</a>.</p>
</body></html>
This is considered by jsonschema library as an invalid JSON because it does not support redirects.
Zally redirects http://swagger.io/v2/schema.json# to a schema stored locally in rules but not in tests. Need to fix test to support redirects as well.
The text was updated successfully, but these errors were encountered:
swagger-schema.json contains a reference to schema
http://swagger.io/v2/schema.json#
. This schema returnsThis is considered by
jsonschema
library as an invalid JSON because it does not support redirects.Zally redirects
http://swagger.io/v2/schema.json#
to a schema stored locally in rules but not in tests. Need to fix test to support redirects as well.The text was updated successfully, but these errors were encountered: