Skip to content

Commit baad5d9

Browse files
authored
Merge pull request OAI#1296 from OAI/3.0.0-release-prep
3.0.0 Release Preparation
2 parents 1bb321a + 771adff commit baad5d9

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

versions/3.0.0.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OpenAPI Specification
22

3-
#### Version 3.0.0-rc3
3+
#### Version 3.0.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

@@ -104,7 +104,7 @@ The `major`.`minor` portion of the semver (for example `3.0`) SHALL designate th
104104

105105
Subsequent minor version releases of the OpenAPI Specification (incrementing the `minor` version number) SHOULD NOT interfere with tooling developed to a lower minor version and same major version. Thus a hypothetical `3.1.0` specification SHOULD be usable with tooling designed for `3.0.0`.
106106

107-
An OpenAPI document compatible with OAS 3.\*.\* contains a required [`openapi`](#oasVersion) field which designates the semantic version of the OAS that it uses. (OAS 2.0 documents contain a top-level version field named [`swagger`](http://swagger.io/specification/#swaggerObject) and value `"2.0"`.)
107+
An OpenAPI document compatible with OAS 3.\*.\* contains a required [`openapi`](#oasVersion) field which designates the semantic version of the OAS that it uses. (OAS 2.0 documents contain a top-level version field named [`swagger`](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#swaggerObject) and value `"2.0"`.)
108108

109109
### Format
110110

@@ -3428,13 +3428,14 @@ Two examples of this:
34283428

34293429
## <a name="revisionHistory"></a>Appendix A: Revision History
34303430

3431-
Version | Date | Notes
3432-
--- | --- | ---
3431+
Version | Date | Notes
3432+
--- | --- | ---
3433+
3.0.0 | 2017-07-26 | Release of the OpenAPI Specification 3.0.0
34333434
3.0.0-rc2 | 2017-06-16 | rc2 of the 3.0 specification
34343435
3.0.0-rc1 | 2017-04-27 | rc1 of the 3.0 specification
34353436
3.0.0-rc0 | 2017-02-28 | Implementer's Draft of the 3.0 specification
3436-
2.0 | 2015-12-31 | Donation of Swagger 2.0 to the Open API Initiative
3437-
2.0 | 2014-09-08 | Release of Swagger 2.0
3438-
1.2 | 2014-03-14 | Initial release of the formal document.
3439-
1.1 | 2012-08-22 | Release of Swagger 1.1
3440-
1.0 | 2011-08-10 | First release of the Swagger Specification
3437+
2.0 | 2015-12-31 | Donation of Swagger 2.0 to the Open API Initiative
3438+
2.0 | 2014-09-08 | Release of Swagger 2.0
3439+
1.2 | 2014-03-14 | Initial release of the formal document.
3440+
1.1 | 2012-08-22 | Release of Swagger 1.1
3441+
1.0 | 2011-08-10 | First release of the Swagger Specification

0 commit comments

Comments
 (0)