diff --git a/versions/3.0.4.md b/versions/3.0.4.md index 3918dc0784..56b37ec066 100644 --- a/versions/3.0.4.md +++ b/versions/3.0.4.md @@ -1717,8 +1717,8 @@ The default values for `contentType` are as follows, where an _n/a_ in the `form Property `type` | Property `format` | Default `contentType` ------------- | --------------- | --------------------- -`string` | `binary` | `application/octet-stream` -`string` | _none, or any except `binary`_ | `text/plain` +`string` | `binary` _or_ `byte` | `application/octet-stream` +`string` | _none, or any except `binary` or `byte`_ | `text/plain` `number`, `integer`, or `boolean` | _n/a_ | `text/plain` `object` | _n/a_ | `application/json` `array` | _n/a_ | according to the `type` and `format` of the `items` schema