Skip to content

Commit 5f9ce8e

Browse files
committed
Fix example thanks to review feedback
1 parent aa33fda commit 5f9ce8e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/oas.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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
18871887
multipart/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
- {}

0 commit comments

Comments
 (0)