SwaggerExternalDocumentation interface
The swagger external documentation
Properties
description | The document description. |
extensions | The vendor extensions. |
uri | The documentation Uri. |
Property Details
description
The document description.
description?: string
Property Value
string
extensions
The vendor extensions.
extensions?: {[propertyName: string]: any}
Property Value
{[propertyName: string]: any}
uri
The documentation Uri.
uri?: string
Property Value
string