Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
SchemaValidateFunction
Interface SchemaValidateFunction
interface
SchemaValidateFunction
{
errors
?:
Partial
<
ErrorObject
<
string
,
Record
<
string
,
any
>
,
unknown
>
>
[]
;
(
schema
,
data
,
parentSchema
?
,
dataCxt
?
)
:
boolean
|
Promise
<
any
>
;
}
Schema
Validate
Function
(
schema
,
data
,
parentSchema
?
,
dataCxt
?
)
:
boolean
|
Promise
<
any
>
Parameters
schema
:
any
data
:
any
Optional
parentSchema
:
AnySchemaObject
Optional
dataCxt
:
DataValidationCxt
<
string
|
number
>
Returns
boolean
|
Promise
<
any
>
Index
Properties
errors?
Properties
Optional
errors
errors
?:
Partial
<
ErrorObject
<
string
,
Record
<
string
,
any
>
,
unknown
>
>
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
errors
Astro Node.js Fastify adapter - v0.0.12
Loading...