Skip to content

Commit c0db8e3

Browse files
committed
Merge pull request OAI#661 from ePaul/feature/redone-PR-255
Make clear that info/termsOfService should be an URL.
2 parents 7d62b8e + e9eb3e5 commit c0db8e3

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
@@ -134,7 +134,7 @@ Field Name | Type | Description
134134
---|:---:|---
135135
<a name="infoTitle"></a>title | `string` | **Required.** The title of the application.
136136
<a name="infoDescription"></a>description | `string` | A short description of the application. [GFM syntax](https://help.github.com/articles/github-flavored-markdown) can be used for rich text representation.
137-
<a name="infoTermsOfService"></a>termsOfService | `string` | The Terms of Service for the API.
137+
<a name="infoTermsOfService"></a>termsOfService | `string` | A URL to the Terms of Service for the API.
138138
<a name="infoContact"></a>contact | [Contact Object](#contactObject) | The contact information for the exposed API.
139139
<a name="infoLicense"></a>license | [License Object](#licenseObject) | The license information for the exposed API.
140140
<a name="infoVersion"></a>version | `string` | **Required** Provides the version of the application API (not to be confused with the specification version).

0 commit comments

Comments
 (0)