Skip to content

Commit 8d012e6

Browse files
authored
Merge pull request OAI#901 from OAI/issue-589-version-clarification
added version clarification
2 parents cb78d8b + 1065097 commit 8d012e6

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

versions/3.0.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,13 @@ Additional utilities can also take advantage of the resulting files, such as tes
7373
## Revision History
7474

7575
Version | Date | Notes
76-
--- | --- | ---
77-
2.0 | 2015-12-31 | Donation of Swagger 2.0 to the Open API Initiative
78-
2.0 | 2014-09-08 | Release of Swagger 2.0
79-
1.2 | 2014-03-14 | Initial release of the formal document.
80-
1.1 | 2012-08-22 | Release of Swagger 1.1
81-
1.0 | 2011-08-10 | First release of the Swagger Specification
76+
--- | --- | ---
77+
3.0.0-rc0 | 2017-02-28 | Implementor's draft of the 3.0 specification
78+
2.0 | 2015-12-31 | Donation of Swagger 2.0 to the Open API Initiative
79+
2.0 | 2014-09-08 | Release of Swagger 2.0
80+
1.2 | 2014-03-14 | Initial release of the formal document.
81+
1.1 | 2012-08-22 | Release of Swagger 1.1
82+
1.0 | 2011-08-10 | First release of the Swagger Specification
8283

8384
## Definitions
8485

@@ -220,7 +221,7 @@ Field Name | Type | Description
220221
<a name="infoTermsOfService"></a>termsOfService | `string` | A URL to the Terms of Service for the API.
221222
<a name="infoContact"></a>contact | [Contact Object](#contactObject) | The contact information for the exposed API.
222223
<a name="infoLicense"></a>license | [License Object](#licenseObject) | The license information for the exposed API.
223-
<a name="infoVersion"></a>version | `string` | **Required** Provides the version of the application API (not to be confused with the specification version).
224+
<a name="infoVersion"></a>version | `string` | **Required** Provides the version of the application API (not to be confused with the specification version). While not required, is it suggested that the `info.version` value correspond to the version of the API definition. In practice, the version of the API _implementation_ may evolve at an entirely different rate.
224225

225226
This object can be extended with [Specification Extensions](#specificationExtensions).
226227

0 commit comments

Comments
 (0)