Skip to content

Commit 5ab5b05

Browse files
handrewsmikekistler
andcommitted
Fix wording
Co-authored-by: Mike Kistler <[email protected]>
1 parent eb66cba commit 5ab5b05

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
@@ -1665,7 +1665,7 @@ Use cases where client is intended to choose when to stop reading are particular
16651665

16661666
###### Binary Streams
16671667

1668-
The `maxLength` keyword MAY be used to set an expected upper bound on the length of a streaming payload that consists of either string data, including encoded binary data, or to unencoded binary data.
1668+
The `maxLength` keyword MAY be used to set an expected upper bound on the length of a streaming payload that consists of either string data, including encoded binary data, or unencoded binary data.
16691669
For unencoded binary, the length is the number of octets.
16701670
For this use case, `maxLength` MAY be implemented outside of regular JSON Schema evaluation as JSON Schema does not directly apply to binary data, and an encoded binary stream may be impractical to store in memory in its entirety.
16711671

0 commit comments

Comments
 (0)