Skip to content

Commit

Permalink
Replace 'application' by 'API' within the 'Info Object' definition. (O…
Browse files Browse the repository at this point in the history
…AI#2004)

Signed-off-by: Mike Ralphson <mike.ralphson@gmail.com>
  • Loading branch information
patricekrakow authored and MikeRalphson committed Feb 24, 2020
1 parent cc2b6bd commit 12f4f57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions versions/3.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@ The metadata MAY be used by the clients if needed, and MAY be presented in editi

Field Name | Type | Description
---|:---:|---
<a name="infoTitle"></a>title | `string` | **REQUIRED**. The title of the application.
<a name="infoSummary"></a>summary | `string` | A short summary of the application.
<a name="infoDescription"></a>description | `string` | A verbose explanation of the application. [CommonMark syntax](https://spec.commonmark.org/) MAY be used for rich text representation.
<a name="infoTitle"></a>title | `string` | **REQUIRED**. The title of the API.
<a name="infoSummary"></a>summary | `string` | A short summary of the API.
<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.
<a name="infoTermsOfService"></a>termsOfService | `string` | A URL to the Terms of Service for the API. MUST be in the format of a URL.
<a name="infoContact"></a>contact | [Contact Object](#contactObject) | The contact information for the exposed API.
<a name="infoLicense"></a>license | [License Object](#licenseObject) | The license information for the exposed API.
Expand Down

0 comments on commit 12f4f57

Please sign in to comment.