Skip to content

Commit 67975ba

Browse files
patricekrakowdarrelmiller
authored andcommitted
Replace 'application' by 'API' within the 'Info Object' definition. (#2004)
1 parent e8a5fe8 commit 67975ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versions/3.0.3.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ The metadata MAY be used by the clients if needed, and MAY be presented in editi
212212

213213
Field Name | Type | Description
214214
---|:---:|---
215-
<a name="infoTitle"></a>title | `string` | **REQUIRED**. The title of the application.
216-
<a name="infoDescription"></a>description | `string` | A short description of the application. [CommonMark syntax](https://spec.commonmark.org/) MAY be used for rich text representation.
215+
<a name="infoTitle"></a>title | `string` | **REQUIRED**. The title of the API.
216+
<a name="infoDescription"></a>description | `string` | A short description of the API. [CommonMark syntax](https://spec.commonmark.org/) MAY be used for rich text representation.
217217
<a name="infoTermsOfService"></a>termsOfService | `string` | A URL to the Terms of Service for the API. MUST be in the format of a URL.
218218
<a name="infoContact"></a>contact | [Contact Object](#contactObject) | The contact information for the exposed API.
219219
<a name="infoLicense"></a>license | [License Object](#licenseObject) | The license information for the exposed API.

0 commit comments

Comments
 (0)