You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/oas.md
+1
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,7 @@ Several media types exist to transport a sequence of values, separated by some d
96
96
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.
97
97
98
98
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.
0 commit comments