tsoa-next
Preparing search index...
tsoa-next
Swagger
Spec2
Interface Spec2
interface
Spec2
{
basePath
?:
string
;
consumes
?:
string
[]
;
definitions
?:
{
[
name
:
string
]:
Swagger
.
Schema2
}
;
externalDocs
?:
Swagger
.
ExternalDocs
;
host
?:
string
;
info
:
Swagger
.
Info
;
parameters
?:
{
[
name
:
string
]:
Swagger
.
Parameter2
}
;
paths
:
{
[
name
:
string
]:
Swagger
.
Path
}
;
produces
?:
string
[]
;
responses
?:
{
[
name
:
string
]:
Swagger
.
Response
}
;
schemes
?:
Swagger
.
Protocol
[]
;
security
?:
Swagger
.
Security
[]
;
securityDefinitions
?:
{
[
name
:
string
]:
Swagger
.
SecuritySchemes
}
;
swagger
:
"2.0"
;
tags
?:
Swagger
.
Tag
[]
;
}
Hierarchy (
View Summary
)
Swagger
.
Spec
Spec2
Index
Properties
base
Path?
consumes?
definitions?
external
Docs?
host?
info
parameters?
paths
produces?
responses?
schemes?
security?
security
Definitions?
swagger
tags?
Properties
Optional
base
Path
basePath
?:
string
Optional
consumes
consumes
?:
string
[]
Optional
definitions
definitions
?:
{
[
name
:
string
]:
Swagger
.
Schema2
}
Optional
external
Docs
externalDocs
?:
Swagger
.
ExternalDocs
Optional
host
host
?:
string
info
info
:
Swagger
.
Info
Optional
parameters
parameters
?:
{
[
name
:
string
]:
Swagger
.
Parameter2
}
paths
paths
:
{
[
name
:
string
]:
Swagger
.
Path
}
Optional
produces
produces
?:
string
[]
Optional
responses
responses
?:
{
[
name
:
string
]:
Swagger
.
Response
}
Optional
schemes
schemes
?:
Swagger
.
Protocol
[]
Optional
security
security
?:
Swagger
.
Security
[]
Optional
security
Definitions
securityDefinitions
?:
{
[
name
:
string
]:
Swagger
.
SecuritySchemes
}
swagger
swagger
:
"2.0"
Optional
tags
tags
?:
Swagger
.
Tag
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
base
Path
consumes
definitions
external
Docs
host
info
parameters
paths
produces
responses
schemes
security
security
Definitions
swagger
tags
tsoa-next
Loading...