Skip to content

Commit 75abe34

Browse files
committed
Review feedback clarifications- binary encoding
1 parent f913074 commit 75abe34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/3.1.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1692,7 +1692,7 @@ The default values for `contentType` are as follows, where an _n/a_ in the `cont
16921692

16931693
Property `type` | Property `contentEncoding` | Default `contentType`
16941694
--------------- | -------------------------- | ---------------------
1695-
_absent_ | _n/a_ | `application/octet-stream`
1695+
[_absent_](#binaryData) | _n/a_ | `application/octet-stream`
16961696
`string` | _present_ | `application/octet-stream`
16971697
`string` | _absent_ | `text/plain`
16981698
`number`, `integer`, or `boolean` | _n/a_ | `text/plain`
@@ -1915,7 +1915,7 @@ requestBody:
19151915
items: {}
19161916
```
19171917

1918-
As seen in the section on `multipart/form-data` below, the empty schema for `items` indicates a media type of `application/octet-stream`.
1918+
As seen in the [Encoding Object's `contentType` field documentation](#encodingContentType), the empty schema for `items` indicates a media type of `application/octet-stream`.
19191919

19201920
#### <a name="responsesObject"></a>Responses Object
19211921

0 commit comments

Comments
 (0)