Skip to content

Commit ca7017d

Browse files
committed
Removed licenseUrl field, added version to the sample.
1 parent 3eb8da5 commit ca7017d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: versions/2.0.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Field Name | Type | Description
99
<a name="infoTermsOfService"/>termsOfService | `string` | The Terms of Service for the API.
1010
<a name="infoContact"/>contact | [Contact Object](#contactObject) | The contact information for the exposed API.
1111
<a name="infoLicense"/>license | [License Object](#licenseObject) | The license information for the exposed API.
12-
<a name="infoLicenseUrl"/>licenseUrl | `string` | A URL to the license used for the API.
1312
<a name="infoVersion"/>version | `string` | **Required** Provides the version of the application API (not to be confused by the specification version).
1413

1514
##### Object Example:
@@ -27,7 +26,8 @@ Field Name | Type | Description
2726
"license": {
2827
"name": "Apache 2.0",
2928
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
30-
}
29+
},
30+
"version": "1.0.1"
3131
}
3232
```
3333

0 commit comments

Comments
 (0)