Skip to content

Commit af80e2f

Browse files
committed
Add schema tests for encoding fields.
1 parent 085d5ee commit af80e2f

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
@@ -138,3 +138,13 @@ paths:
138138
forCoverage2:
139139
style: spaceDelimited
140140
explode: true
141+
multipart/related:
142+
schema:
143+
type: array
144+
itemEncoding:
145+
contentType: text/plain
146+
prefixEncoding:
147+
- headers:
148+
Content-Location:
149+
schema:
150+
type: string

0 commit comments

Comments
 (0)