File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ Multipart media types are much better supported in OpenAPI 3.2.
6363- New ` itemSchema ` field, for the schema that describes each of the items in a sequential media type.
6464 These sequential types may not be received or parsed in one go, so the ` itemSchema ` field supports ongoing parsing.
6565- New fields ` prefixEncoding ` and ` itemEncoding ` can be used instead of ` encoding ` for multipart media types.
66- - Use ` prefixEncoding ` with an array of positional encoding information where the position of each item in the content is known.
67- - The ` itemEncoding ` is a single encoding entry that is used for information about multiple items.
66+ - Use ` prefixEncoding ` with an array of positional encoding information where the position of each item in the content is known.
67+ - The ` itemEncoding ` is a single encoding entry that is used for information about multiple items.
6868- The specification also contains examples of sequential JSON and Server-Sent events that show these fields in use.
6969- Nested content types are supported to at least one level of nesting.
7070
You can’t perform that action at this time.
0 commit comments