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
Copy file name to clipboardExpand all lines: README.md
+2
Original file line number
Diff line number
Diff line change
@@ -255,6 +255,7 @@ The supported rules are described below:
255
255
| has_circular_references | Flag any circular references found in the Swagger spec. | shared |
256
256
| $ref_siblings | Flag any properties that are siblings of a `$ref` property. | shared |
257
257
| duplicate_sibling_description | Flag descriptions sibling to `$ref` if identical to referenced description. | shared |
258
+
| incorrect_ref_pattern | Flag internal `$ref` values that do not point to the section they should (e.g. referencing `parameters` from a `schema` field). | shared |
0 commit comments