Preparing search index...
The search index is not available
tsoa
tsoa
@tsoa/runtime
TsoaRoute
PropertySchema
Interface PropertySchema
interface
PropertySchema
{
additionalProperties
?:
boolean
|
TsoaRoute
.
PropertySchema
;
array
?:
TsoaRoute
.
PropertySchema
;
dataType
?:
Tsoa
.
TypeStringLiteral
;
default
?:
unknown
;
enums
?:
(
null
|
string
|
number
|
boolean
)
[]
;
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
)
PropertySchema
TsoaRoute
.
ParameterSchema
Index
Properties
additional
Properties?
array?
data
Type?
default?
enums?
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
)
[]
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
nested
Properties
ref
required
sub
Schemas
type
validators
tsoa
Loading...
Generated using
TypeDoc