File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ Field Name | Type | Description
9
9
<a name =" infoTermsOfService " />termsOfService | ` string ` | The Terms of Service for the API.
10
10
<a name =" infoContact " />contact | [ Contact Object] ( #contactObject ) | The contact information for the exposed API.
11
11
<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.
13
12
<a name =" infoVersion " />version | ` string ` | ** Required** Provides the version of the application API (not to be confused by the specification version).
14
13
15
14
##### Object Example:
@@ -27,7 +26,8 @@ Field Name | Type | Description
27
26
" license" : {
28
27
" name" : " Apache 2.0" ,
29
28
" url" : " http://www.apache.org/licenses/LICENSE-2.0.html"
30
- }
29
+ },
30
+ " version" : " 1.0.1"
31
31
}
32
32
```
33
33
You can’t perform that action at this time.
0 commit comments