We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fa4c9d commit be56420Copy full SHA for be56420
2 files changed
tests/schema/fail/media-type-enc-item-exclusion.yaml
@@ -0,0 +1,10 @@
1
+openapi: 3.2.0
2
+info:
3
+ title: API
4
+ version: 1.0.0
5
+components:
6
+ requestBodies:
7
+ content:
8
+ multipart/mixed:
9
+ encoding: {}
10
+ itemEncoding: {}
tests/schema/fail/media-type-enc-prefix-exclusion.yaml
+ prefixEncoding: {}
0 commit comments