We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 805084d + 0c17528 commit 1018632Copy full SHA for 1018632
2 files changed
tests/schema/fail/encoding-enc-item-exclusion.yaml
@@ -4,9 +4,10 @@ info:
4
version: 1.0.0
5
components:
6
requestBodies:
7
- content:
8
- multipart/mixed:
9
- prefixEncoding:
10
- - contentType: multipart/mixed
11
- encoding: {}
12
- prefixEncoding: []
+ encoding-with-prefixEncoding-not-allowed:
+ content:
+ multipart/mixed:
+ prefixEncoding:
+ - contentType: multipart/mixed
+ encoding: {}
13
+ prefixEncoding: []
tests/schema/fail/encoding-enc-prefix-exclusion.yaml
- itemEncoding: []
+ encoding-with-itemEncoding-not-allowed:
+ itemEncoding: []
0 commit comments