tsoa-next
Preparing search index...
tsoa-next
TsoaRoute
PropertySchema
Interface PropertySchema
interface
PropertySchema
{
additionalProperties
?:
boolean
|
TsoaRoute
.
PropertySchema
;
array
?:
TsoaRoute
.
PropertySchema
;
dataType
?:
Tsoa
.
TypeStringLiteral
;
default
?:
unknown
;
enums
?:
(
string
|
number
|
boolean
|
null
)
[]
;
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 Summary
)
PropertySchema
TsoaRoute
.
ParameterSchema
Index
Properties
additional
Properties?
array?
data
Type?
default?
enums?
nested
Properties?
ref?
required?
sub
Schemas?
type?
validators?
Properties
Optional
additional
Properties
additionalProperties
?:
boolean
|
TsoaRoute
.
PropertySchema
Optional
array
array
?:
TsoaRoute
.
PropertySchema
Optional
data
Type
dataType
?:
Tsoa
.
TypeStringLiteral
Optional
default
default
?:
unknown
Optional
enums
enums
?:
(
string
|
number
|
boolean
|
null
)
[]
Optional
nested
Properties
nestedProperties
?:
{
[
name
:
string
]:
TsoaRoute
.
PropertySchema
}
Optional
ref
ref
?:
string
Optional
required
required
?:
boolean
Optional
sub
Schemas
subSchemas
?:
TsoaRoute
.
PropertySchema
[]
Optional
type
type
?:
TsoaRoute
.
PropertySchema
Optional
validators
validators
?:
Partial
<
Record
<
Tsoa
.
ValidatorKey
,
{
errorMsg
?:
string
;
value
?:
unknown
}
>
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
additional
Properties
array
data
Type
default
enums
nested
Properties
ref
required
sub
Schemas
type
validators
tsoa-next
Loading...