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
Add a validation option to remove strict path uniqueness validation
behavior where path parameters are ignored.
Signed-off-by: Alex Dadgar <[email protected]>
Copy file name to clipboardExpand all lines: doc.go
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Reported as errors:
33
33
34
34
[x] definition can't declare a property that's already defined by one of its ancestors
35
35
[x] definition's ancestor can't be a descendant of the same model
36
-
[x] path uniqueness: each api path should be non-verbatim (account for path param names) unique per method
36
+
[x] path uniqueness: each api path should be non-verbatim (account for path param names) unique per method. Validation can be laxed by disabling StrictPathParamUniqueness.
37
37
[x] each security reference should contain only unique scopes
38
38
[x] each security scope in a security definition should be unique
0 commit comments