We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d7a6ad commit 7d54fdbCopy full SHA for 7d54fdb
parameters/path_parameters.go
@@ -88,6 +88,7 @@ func (v *paramValidator) ValidatePathParams(request *http.Request) (bool, []*err
88
//Mandatory path parameter cannot be empty
89
if p.Required != nil && *p.Required {
90
validationErrors = append(validationErrors, errors.PathParameterMissing(p))
91
+ break
92
}
93
continue
94
0 commit comments