diff --git a/versions/3.1.0.md b/versions/3.1.0.md index c07c628f70..2028efee34 100644 --- a/versions/3.1.0.md +++ b/versions/3.1.0.md @@ -213,9 +213,9 @@ 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. -summary | `string` | A short summary of the application. -description | `string` | A verbose explanation of the application. [CommonMark syntax](https://spec.commonmark.org/) MAY be used for rich text representation. +title | `string` | **REQUIRED**. The title of the API. +summary | `string` | A short summary 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.