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
This seems wasteful since `Spec.from_dict` has already validated the spec. This now validates the spec three times, once in `Spec.from_dict`, once in `validate_request`, and once in `validate_response`:
This adds a very expensive per-request and per-response overhead when the spec is large.
Moreover, the documented workaround doesn’t work; this still validates the spec (as can be seen by misspelling
title
, say):Originally posted by @andersk in #686 (comment)
The text was updated successfully, but these errors were encountered: