Skip to content

Commit 32be102

Browse files
committed
Feedback from @handrews
1 parent cb6c315 commit 32be102

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

versions/3.1.1.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ The following table shows how to migrate from OAS 3.0 binary data descriptions,
267267

268268
| OAS < 3.1 | OAS 3.1 | Comments |
269269
| ------------------------------------ | -------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
270-
| `type: string`<br /><code style="white-space:nowrap">format: binary</code> | <code style="white-space:nowrap">contentMediaType: image/png</code> | if redundant, can be omitted, often resulting in an empty [Schema Object](#schema-object) |
271-
| `type: string`<br />`format: byte` | `type: string`<br />`contentMediaType: image/png`<br />`contentEncoding: base64` | note that `base64url` can be used to avoid re-encoding the base64 string to be URL-safe |
270+
| <code style="white-space:nowrap">type: string</code><br /><code style="white-space:nowrap">format: binary</code> | <code style="white-space:nowrap">contentMediaType: image/png</code> | if redundant, can be omitted, often resulting in an empty [Schema Object](#schema-object) |
271+
| <code style="white-space:nowrap">type: string</code><br /><code style="white-space:nowrap">format: byte</code> | <code style="white-space:nowrap">type: string</code><br /><code style="white-space:nowrap">contentMediaType: image/png</code><br /><code style="white-space:nowrap">contentEncoding: base64</code> | note that `base64url` can be used to avoid re-encoding the base64 string to be URL-safe |
272272

273273
### Rich Text Formatting
274274

@@ -1592,7 +1592,7 @@ content:
15921592
```
15931593

15941594
```yaml
1595-
# arbitrary JSON without constraints beyond being well-formed:
1595+
# arbitrary JSON without constraints beyond being syntactically valid:
15961596
content:
15971597
application/json: {}
15981598
```

0 commit comments

Comments
 (0)