| Enum | Description | 
|---|---|
| SwaggerDefinition.Scheme | 
 Enumeration with valid schemes 
 | 
| Annotation Type | Description | 
|---|---|
| Api | 
 Marks a class as a Swagger resource. 
 | 
| ApiImplicitParam | 
 Represents a single parameter in an API Operation. 
 | 
| ApiImplicitParams | 
 A wrapper to allow a list of multiple  
ApiImplicitParam objects. | 
| ApiModel | 
 Provides additional information about Swagger models. 
 | 
| ApiModelProperty | 
 Adds and manipulates data of a model property. 
 | 
| ApiOperation | 
 Describes an operation or typically a HTTP method against a specific path. 
 | 
| ApiParam | 
 Adds additional meta-data for operation parameters. 
 | 
| ApiResponse | 
 Describes a possible response of an operation. 
 | 
| ApiResponses | 
 A wrapper to allow a list of multiple  
ApiResponse objects. | 
| Authorization | 
 Defines an authorization scheme to be used on a resource or an operation. 
 | 
| AuthorizationScope | 
 Describes an OAuth2 authorization scope. 
 | 
| Contact | 
 Contact metadata available within the info section of a Swagger definition - see
 https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md#contactObject 
 | 
| 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/swagger-api/swagger-spec/blob/master/versions/2.0.md#infoObject 
 | 
| License | 
 License metadata available within the info section of a Swagger definition, see
 https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md#licenseObject 
 | 
| ResponseHeader | 
 Represents a header that can be provided as part of the response. 
 | 
| SwaggerDefinition | 
 Annotation that configures definition level metadata. 
 | 
| Tag | 
 A definition level Tag object see https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md#tag-object 
 | 
Copyright © 2015. All Rights Reserved.