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
18801880
18811881# ##### Example: Nested `multipart/mixed`
18821882
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.
18851885
18861886` ` ` yaml
18871887multipart/mixed:
18881888 schema:
18891889 type: array
18901890 prefixItems:
18911891 - type: array
1892- - prefixItems:
1892+ - type: array
1893+ prefixItems:
18931894 - type: object
18941895 - type: string
18951896 - {}
You can’t perform that action at this time.
0 commit comments