tsoa-next
Preparing search index...
@tsoa-next/runtime
Swagger
Parameter31
Interface Parameter31
interface
Parameter31
{
allowReserved
?:
boolean
;
deprecated
?:
boolean
;
description
?:
string
;
example
?:
unknown
;
examples
?:
{
[
name
:
string
]:
string
|
Swagger
.
Example3
}
;
explode
?:
boolean
;
in
:
"cookie"
|
"path"
|
"query"
|
"header"
;
name
:
string
;
required
?:
boolean
;
schema
:
Swagger
.
Schema31
;
style
?:
string
;
[
key
:
`
x-
${
string
}
`
]:
unknown
;
}
Hierarchy
Omit
<
Swagger
.
Parameter3
,
"schema"
>
Parameter31
Indexable
[
key
:
`
x-
${
string
}
`
]:
unknown
Index
Properties
allow
Reserved?
deprecated?
description?
example?
examples?
explode?
in
name
required?
schema
style?
Properties
Optional
allow
Reserved
allowReserved
?:
boolean
Optional
deprecated
deprecated
?:
boolean
Optional
description
description
?:
string
Optional
example
example
?:
unknown
Optional
examples
examples
?:
{
[
name
:
string
]:
string
|
Swagger
.
Example3
}
Optional
explode
explode
?:
boolean
in
in
:
"cookie"
|
"path"
|
"query"
|
"header"
name
name
:
string
Optional
required
required
?:
boolean
schema
schema
:
Swagger
.
Schema31
Optional
style
style
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allow
Reserved
deprecated
description
example
examples
explode
in
name
required
schema
style
tsoa-next
Loading...