Skip to content

Commit 6fa4c9d

Browse files
committed
Add schema tests for encoding fields.
1 parent aa28eb1 commit 6fa4c9d

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
@@ -98,3 +98,13 @@ paths:
9898
forCoverage2:
9999
style: spaceDelimited
100100
explode: true
101+
multipart/related:
102+
schema:
103+
type: array
104+
itemEncoding:
105+
contentType: text/plain
106+
prefixEncoding:
107+
- headers:
108+
Content-Location:
109+
schema:
110+
type: string

0 commit comments

Comments
 (0)