Skip to content

Commit 4730caf

Browse files
authored
Add URL format restriction on termsOfService
1 parent d232e6d commit 4730caf

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
@@ -211,7 +211,7 @@ Field Name | Type | Description
211211
---|:---:|---
212212
<a name="infoTitle"></a>title | `string` | **Required.** The title of the application.
213213
<a name="infoDescription"></a>description | `string` | A short description of the application. [CommonMark syntax](http://spec.commonmark.org/) can be used for rich text representation.
214-
<a name="infoTermsOfService"></a>termsOfService | `string` | A URL to the Terms of Service for the API.
214+
<a name="infoTermsOfService"></a>termsOfService | `string` | A URL to the Terms of Service for the API. MUST be in the format of a URL.
215215
<a name="infoContact"></a>contact | [Contact Object](#contactObject) | The contact information for the exposed API.
216216
<a name="infoLicense"></a>license | [License Object](#licenseObject) | The license information for the exposed API.
217217
<a name="infoVersion"></a>version | `string` | **Required.** The version of the API definition (which is distinct from the OpenAPI specification version or the API implementation version).

0 commit comments

Comments
 (0)