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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -265,6 +265,7 @@ The supported rules are described below:
265
265
| array_of_arrays | Flag any schema with a 'property' of type `array` with items of type `array`. | shared |
266
266
| inconsistent_property_type | Flag any properties that have the same name but an inconsistent type. | shared |
267
267
| property_case_convention | Flag any property with a `name` that does not follow a given case convention. snake_case_only must be 'off' to use. | shared |
268
+
| property_case_collision | Flag any property with a `name` that is identical to another property's `name` except for the naming convention | shared |
268
269
| enum_case_convention | Flag any enum with a `value` that does not follow a given case convention. snake_case_only must be 'off' to use. | shared |
269
270
| json_or_param_binary_string | Flag parameters or application/json request/response bodies with schema type: string, format: binary. | oas3 |
270
271
@@ -445,6 +446,7 @@ The default values for each rule are described below.
0 commit comments