Skip to content

Commit e9eb3e5

Browse files
author
Paŭlo Ebermann
committed
Make clear that info/termsOfService should be an URL.
As discussed in previous pull request OAI#255, current tooling already interprets it like that. This pull request just redoes the same change to the 3.0 version instead of the 2.0 one (where they were not applied). Original change by Matti Schneider <[email protected]>, 2015-01-29 10:51:26.
1 parent 86b99d3 commit e9eb3e5

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
@@ -136,7 +136,7 @@ Field Name | Type | Description
136136
---|:---:|---
137137
<a name="infoTitle"></a>title | `string` | **Required.** The title of the application.
138138
<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.
139-
<a name="infoTermsOfService"></a>termsOfService | `string` | The Terms of Service for the API.
139+
<a name="infoTermsOfService"></a>termsOfService | `string` | A URL to the Terms of Service for the API.
140140
<a name="infoContact"></a>contact | [Contact Object](#contactObject) | The contact information for the exposed API.
141141
<a name="infoLicense"></a>license | [License Object](#licenseObject) | The license information for the exposed API.
142142
<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)