Skip to content

Commit e56595b

Browse files
committed
Add schema tests for encoding fields.
1 parent aa831ca commit e56595b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/schema/pass/media-type-examples.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,13 @@ paths:
118118
forCoverage2:
119119
style: spaceDelimited
120120
explode: true
121+
multipart/related:
122+
schema:
123+
type: array
124+
itemEncoding:
125+
contentType: text/plain
126+
prefixEncoding:
127+
- headers:
128+
Content-Location:
129+
schema:
130+
type: string

0 commit comments

Comments
 (0)