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: docs/rules/built-in-rules.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,7 @@ The rules list is split into sections.
82
82
-[no-invalid-media-type-examples](./oas/no-invalid-media-type-examples.md): Example request bodies must match the declared schema
83
83
-[no-invalid-schema-examples](./oas/no-invalid-schema-examples.md): Schema examples must match declared types
84
84
-[no-required-schema-properties-undefined](./oas/no-required-schema-properties-undefined.md): All properties marked as required must be defined
85
+
-[no-schema-type-mismatch](./oas/no-schema-type-mismatch.md): Detects schemas with type mismatches between object and items fields, and array and properties fields.
85
86
-[request-mime-type](./oas/request-mime-type.md): Configure allowed mime types for requests
86
87
-[response-mime-type](./oas/response-mime-type.md): Configure allowed mime types for responses
87
88
-[response-contains-header](./oas/response-contains-header.md): List headers that must be included with specific response types
0 commit comments