Preparing search index...
The search index is not available
Genkit JS API reference
Genkit JS API reference
genkit
schema
validateSchema
Function validateSchema
validateSchema
(
data
:
unknown
,
options
:
ProvidedSchema
,
)
:
{
errors
?:
any
[]
;
schema
:
JSONSchema
;
valid
:
boolean
}
Validates the provided data against the provided schema.
Parameters
data
:
unknown
options
:
ProvidedSchema
Returns
{
errors
?:
any
[]
;
schema
:
JSONSchema
;
valid
:
boolean
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Genkit JS API reference
Loading...
Validates the provided data against the provided schema.