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
Unsure if this is an issue with the test project specifically, but just pointing it out.
Running with swagger-spec-validator 2.2.0 under Python 3.6 with the instructions for running the test project in the README. After making a request for localhost:8000/cached/swagger/?format=openapi, the view gives this error: {"errors": {"ssv": "Duplicate operationId: todo_yetanother_read"}, "message": "spec validation failed"}.
I can confirm that when using swagger-spec-validator 2.1.0 it works as expected.
The text was updated successfully, but these errors were encountered:
Unsure if this is an issue with the test project specifically, but just pointing it out.
Running with swagger-spec-validator 2.2.0 under Python 3.6 with the instructions for running the test project in the README. After making a request for
localhost:8000/cached/swagger/?format=openapi
, the view gives this error:{"errors": {"ssv": "Duplicate operationId: todo_yetanother_read"}, "message": "spec validation failed"}
.I can confirm that when using swagger-spec-validator 2.1.0 it works as expected.
The text was updated successfully, but these errors were encountered: