[I] AdditionalInfo
OpenAPI additional information
Properties
| Property | Type | Description | 
|---|---|---|
| contact? | Contact | The contact information for the exposed API. | 
| description? | string | A description of the API. Overrides the @docprovided on the service namespace. | 
| license? | License | The license information for the exposed API. | 
| summary? | string | A short summary of the API. Overrides the @summaryprovided on the service namespace. | 
| termsOfService? | string | A URL to the Terms of Service for the API. MUST be in the format of a URL. | 
| title? | string | The title of the API. Overrides the @servicetitle. | 
| version? | string | The version of the OpenAPI document (which is distinct from the OpenAPI Specification version or the API implementation version). |