Preparing search index...
The search index is not available
tsoa
tsoa
@tsoa/runtime
TsoaRoute
ParameterSchema
Interface ParameterSchema
interface
ParameterSchema
{
additionalProperties
?:
boolean
|
TsoaRoute
.
PropertySchema
;
array
?:
TsoaRoute
.
PropertySchema
;
dataType
?:
Tsoa
.
TypeStringLiteral
;
default
?:
unknown
;
enums
?:
(
null
|
string
|
number
|
boolean
)
[]
;
in
:
string
;
name
:
string
;
nestedProperties
?:
{
[
name
:
string
]
:
TsoaRoute
.
PropertySchema
;
}
;
ref
?:
string
;
required
?:
boolean
;
subSchemas
?:
TsoaRoute
.
PropertySchema
[]
;
type
?:
TsoaRoute
.
PropertySchema
;
validators
?:
Partial
<
Record
<
Tsoa
.
ValidatorKey
,
{
errorMsg
?:
string
;
value
?:
unknown
;
}
>
>
;
}
Hierarchy (
view full
)
TsoaRoute
.
PropertySchema
ParameterSchema
Index
Properties
additional
Properties?
array?
data
Type?
default?
enums?
in
name
nested
Properties?
ref?
required?
sub
Schemas?
type?
validators?
Properties
Optional
additional
Properties
additional
Properties
?:
boolean
|
TsoaRoute
.
PropertySchema
Optional
array
array
?:
TsoaRoute
.
PropertySchema
Optional
data
Type
data
Type
?:
Tsoa
.
TypeStringLiteral
Optional
default
default
?:
unknown
Optional
enums
enums
?:
(
null
|
string
|
number
|
boolean
)
[]
in
in
:
string
name
name
:
string
Optional
nested
Properties
nested
Properties
?:
{
[
name
:
string
]
:
TsoaRoute
.
PropertySchema
;
}
Type declaration
[
name
:
string
]:
TsoaRoute
.
PropertySchema
Optional
ref
ref
?:
string
Optional
required
required
?:
boolean
Optional
sub
Schemas
sub
Schemas
?:
TsoaRoute
.
PropertySchema
[]
Optional
type
type
?:
TsoaRoute
.
PropertySchema
Optional
validators
validators
?:
Partial
<
Record
<
Tsoa
.
ValidatorKey
,
{
errorMsg
?:
string
;
value
?:
unknown
;
}
>
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
additional
Properties
array
data
Type
default
enums
in
name
nested
Properties
ref
required
sub
Schemas
type
validators
tsoa
Loading...
Generated using
TypeDoc