From 08e8250e1515d34a055ee8d45cf03f5421f8c87a Mon Sep 17 00:00:00 2001 From: Patrice Krakow Date: Mon, 16 Sep 2019 15:58:34 +0200 Subject: [PATCH] Replace 'application' by 'API' within the 'Info Object' definition. --- versions/3.0.3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/versions/3.0.3.md b/versions/3.0.3.md index 24132d28bd..44be154dff 100644 --- a/versions/3.0.3.md +++ b/versions/3.0.3.md @@ -210,8 +210,8 @@ The metadata MAY be used by the clients if needed, and MAY be presented in editi Field Name | Type | Description ---|:---:|--- -title | `string` | **REQUIRED**. The title of the application. -description | `string` | A short description of the application. [CommonMark syntax](https://spec.commonmark.org/) MAY be used for rich text representation. +title | `string` | **REQUIRED**. The title of the API. +description | `string` | A short description of the API. [CommonMark syntax](https://spec.commonmark.org/) MAY be used for rich text representation. termsOfService | `string` | A URL to the Terms of Service for the API. MUST be in the format of a URL. contact | [Contact Object](#contactObject) | The contact information for the exposed API. license | [License Object](#licenseObject) | The license information for the exposed API.