The Swagger Info object
This object provides metadata abut the REST API.
| Property | Type | Description | Combination style |
|---|---|---|---|
title |
string |
Required if published. Documentation only. The title of the application. | First non-null |
version |
string |
Required if published. Documentation only. The version of the application API, which is not the same as the version of the API specification. | First non-null |
contact |
Contact object | Documentation only. | First non-null |
description |
string |
Documentation only. | First non-null |
license |
License object | Documentation only. | First non-null |
termsOfService |
string |
Documentation only. | First non-null |
