| ApiImplicitParam |
Represents a single parameter in an API Operation.
|
| ApiKeyAuthDefinition |
Annotation used to construct ApiKey Auth security definition.
|
| ApiKeyAuthDefinition.ApiKeyLocation |
|
| ApiModelProperty.AccessMode |
|
| ApiResponse |
Describes a possible response of an operation.
|
| Authorization |
Defines an authorization scheme to be used on a resource or an operation.
|
| AuthorizationScope |
Describes an OAuth2 authorization scope.
|
| BasicAuthDefinition |
Annotation used to construct Basic Auth security definition.
|
| Contact |
Contact metadata available within the info section of a Swagger definition - see
https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#contactObject
|
| Example |
An optionally named list of example properties.
|
| ExampleProperty |
A mediaType/value property within a Swagger example
|
| Extension |
An optionally named list of extension properties.
|
| ExtensionProperty |
A name/value property within a Swagger extension
|
| ExternalDocs |
Represents an external documentation description.
|
| Info |
High-level metadata for a Swagger definition - see
https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#infoObject
|
| License |
License metadata available within the info section of a Swagger definition, see
https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#licenseObject
|
| OAuth2Definition |
Annotation used to construct OAuth security definition.
|
| OAuth2Definition.Flow |
|
| ResponseHeader |
Represents a header that can be provided as part of the response.
|
| Scope |
The available scopes for an OAuth2 security scheme
|
| SecurityDefinition |
An aggregation of all security definitions.
|
| SwaggerDefinition.Scheme |
Enumeration with valid schemes
|
| Tag |
A definition level Tag object see https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#tag-object
|