Preparing search index...
The search index is not available
Genkit JS API reference
Genkit JS API reference
genkit
registry
Schema
Interface Schema
A schema is either a Zod schema or a JSON schema.
interface
Schema
{
jsonSchema
?:
any
;
schema
?:
ZodTypeAny
;
}
Index
Properties
json
Schema?
schema?
Properties
Optional
json
Schema
jsonSchema
?:
any
Optional
schema
schema
?:
ZodTypeAny
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
json
Schema
schema
Genkit JS API reference
Loading...
A schema is either a Zod schema or a JSON schema.