type SchemaInput = z.ZodType | JSONSchema;
Defined in: types.ts:53
Union type for schema input - can be either a Zod schema or a JSONSchema object.