Skip to content

Commit 73636d7

Browse files
committed
Set version to 3.2.0.
Also note that a table column applies to >= 3.1 instead of just 3.1, and add an entry in the release history table.
1 parent f9a3a6c commit 73636d7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/oas.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OpenAPI Specification
22

3-
## Version 3.1.1
3+
## Version 3.2.0
44

55
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [BCP 14](https://tools.ietf.org/html/bcp14) [RFC2119](https://tools.ietf.org/html/rfc2119) [RFC8174](https://tools.ietf.org/html/rfc8174) when, and only when, they appear in all capitals, as shown here.
66

@@ -265,7 +265,7 @@ The `maxLength` keyword MAY be used to set an expected upper bound on the length
265265

266266
The following table shows how to migrate from OAS 3.0 binary data descriptions, continuing to use `image/png` as the example binary media type:
267267

268-
| OAS < 3.1 | OAS 3.1 | Comments |
268+
| OAS < 3.1 | OAS >= 3.1 | Comments |
269269
| ---- | ---- | ---- |
270270
| <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) |
271271
| <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 |
@@ -4116,6 +4116,7 @@ Certain fields allow the use of Markdown which can contain HTML including script
41164116

41174117
| Version | Date | Notes |
41184118
| ---- | ---- | ---- |
4119+
| 3.2.0 | TBD | Release of the OpenAPI Specification 3.2.0 |
41194120
| 3.1.1 | 2024-10-17 | Patch release of the OpenAPI Specification 3.1.1 |
41204121
| 3.1.0 | 2021-02-15 | Release of the OpenAPI Specification 3.1.0 |
41214122
| 3.1.0-rc1 | 2020-10-08 | rc1 of the 3.1 specification |

0 commit comments

Comments
 (0)