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
When I define a request parameter which is required I get the message value is required but missing twice when I call openapi3filter.RequestError.Error().
When I define a request parameter which is required I get the message
value is required but missing
twice when I callopenapi3filter.RequestError.Error()
.Schema:
Code for validation:
Message when the parameter is missing:
parameter "hostname" in query has an error: value is required but missing: value is required but missing
The text was updated successfully, but these errors were encountered: