File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1880,16 +1880,17 @@ As seen in the [Encoding Object's `contentType` field documentation](#encoding-c
1880
1880
1881
1881
# ##### Example: Nested `multipart/mixed`
1882
1882
1883
- This defines a two-part `multipart/mixed` where the first part is JSON and the second part is a nested `multipart/mixed` document.
1884
- The nested parts are JSON , plain text, and a PNG image.
1883
+ This defines a two-part `multipart/mixed` where the first part is a JSON array and the second part is a nested `multipart/mixed` document.
1884
+ The nested parts are XML , plain text, and a PNG image.
1885
1885
1886
1886
` ` ` yaml
1887
1887
multipart/mixed:
1888
1888
schema:
1889
1889
type: array
1890
1890
prefixItems:
1891
1891
- type: array
1892
- - prefixItems:
1892
+ - type: array
1893
+ prefixItems:
1893
1894
- type: object
1894
1895
- type: string
1895
1896
- {}
You can’t perform that action at this time.
0 commit comments