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
Except if I am missing some option, validate_spec will raise an exception as soon as it find an error.
It would be useful to be able to retrieve all errors from validation instead of raising exceptions.
I want to use the validate_spec to validate a swagger uploaded by users and return to them the list of errors instead of returning only the first error.
The text was updated successfully, but these errors were encountered:
Except if I am missing some option,
validate_spec
will raise an exception as soon as it find an error.It would be useful to be able to retrieve all errors from validation instead of raising exceptions.
I want to use the
validate_spec
to validate a swagger uploaded by users and return to them the list of errors instead of returning only the first error.The text was updated successfully, but these errors were encountered: