Skip to content

Commit 8c4869c

Browse files
handrewshudlow
andcommitted
Fix plural
Co-authored-by: Dan Hudlow <[email protected]>
1 parent ef309c2 commit 8c4869c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,7 @@ For this use case, `maxLength` MAY be implemented outside of regular JSON Schema
16711671

16721672
###### Streaming Sequential Media Types
16731673

1674-
The `itemSchema` field is provided to support streaming use case for sequential media types.
1674+
The `itemSchema` field is provided to support streaming use cases for sequential media types.
16751675
Unlike `schema`, which is applied to the complete content (treated as an array as described in the [sequential media types](#sequential-media-types) section), `itemSchema` MUST be applied to each item in the stream independently, which supports processing each item as it is read from the stream.
16761676

16771677
Both `schema` and `itemSchema` MAY be used in the same Media Type Object, although doing so is unlikely to have significant advantages over using the `items` keyword within the `schema` field.

0 commit comments

Comments
 (0)