Skip to content

Commit 0f4eaeb

Browse files
David BiesackDavid Biesack
authored andcommitted
--amend
1 parent 18f041c commit 0f4eaeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Field Name | Type | Description
221221
<a name="infoTermsOfService"></a>termsOfService | `string` | A URL to the Terms of Service for the API.
222222
<a name="infoContact"></a>contact | [Contact Object](#contactObject) | The contact information for the exposed API.
223223
<a name="infoLicense"></a>license | [License Object](#licenseObject) | The license information for the exposed API.
224-
<a name="infoVersion"></a>version | `string` | **Required** The version of the API (not to be confused with the OpenAPI specification version or the implementation version which may evolve at different rates).
224+
<a name="infoVersion"></a>version | `string` | **Required** The version of the API. Is it suggested that the `info.version` value correspond to the version of the API definition (not to be confused with the [OpenAPI specification version](#oasVersion).) In practice, the version of the API _implementation_ (not specified here) may evolve at an entirely different rate.
225225

226226
This object can be extended with [Specification Extensions](#specificationExtensions).
227227

0 commit comments

Comments
 (0)