Skip to content

Commit 4b8f8d7

Browse files
authored
Merge pull request OAI#974 from MikeRalphson/patch-8
Add URL format restriction on termsOfService
2 parents a7e67e6 + 4730caf commit 4b8f8d7

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
@@ -217,7 +217,7 @@ Field Name | Type | Description
217217
---|:---:|---
218218
<a name="infoTitle"></a>title | `string` | **Required.** The title of the application.
219219
<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.
220-
<a name="infoTermsOfService"></a>termsOfService | `string` | A URL to the Terms of Service for the API.
220+
<a name="infoTermsOfService"></a>termsOfService | `string` | A URL to the Terms of Service for the API. MUST be in the format of a URL.
221221
<a name="infoContact"></a>contact | [Contact Object](#contactObject) | The contact information for the exposed API.
222222
<a name="infoLicense"></a>license | [License Object](#licenseObject) | The license information for the exposed API.
223223
<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)