Skip to content

Commit e4ca9a6

Browse files
committed
Correct indentation of sub-bullets
1 parent a829744 commit e4ca9a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

draft-release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)