Genkit JS API reference
    Preparing search index...

    Interface Schema

    A schema is either a Zod schema or a JSON schema.

    interface Schema {
        jsonSchema?: any;
        schema?: z.ZodTypeAny;
    }
    Index

    Properties

    Properties

    jsonSchema?: any
    schema?: z.ZodTypeAny