Skip to content

Commit ea22c29

Browse files
committed
Clarification based on review feedback.
1 parent 48679b1 commit ea22c29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/oas.md

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ Several media types exist to transport a sequence of values, separated by some d
9696
Depending on the media type, the values could either be in another existing format such as JSON, or in a custom format specific to the sequential media type.
9797

9898
Implementations MUST support modeling sequential media types with the [Schema Object](#schema-object) by treating the sequence as an array with the same items and ordering as the sequence.
99+
This requirement applies to the in-memory data structure corresponding to a sequential media type document, and does not change the behavior or restrict the capabilities of the Schema Object itself.
99100

100101
##### Working With Indefinite-Length Streams
101102

0 commit comments

Comments
 (0)