Skip to content

Commit 5842eda

Browse files
authored
Merge pull request OAI#905 from DavidBiesack/OpenAPI.next
Remove ambiguity about info.version
2 parents 3c08335 + 089eeda commit 5842eda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

versions/3.0.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@ Field Name | Type | Description
214214
<a name="infoTermsOfService"></a>termsOfService | `string` | A URL to the Terms of Service for the API.
215215
<a name="infoContact"></a>contact | [Contact Object](#contactObject) | The contact information for the exposed API.
216216
<a name="infoLicense"></a>license | [License Object](#licenseObject) | The license information for the exposed API.
217-
<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.
217+
<a name="infoVersion"></a>version | `string` | **Required** The version of the API definition (which is distinct from the OpenAPI specification version or the API implementation version).
218+
218219

219220
This object can be extended with [Specification Extensions](#specificationExtensions).
220221

0 commit comments

Comments
 (0)