Skip to content

Graphorin API reference v0.13.8


Graphorin API reference / @graphorin/tools / / ZodV4Like

Interface: ZodV4Like

Defined in: packages/tools/src/schema/to-json-schema.ts:62

Structural view of a Zod v4 schema (zod@4 or the zod/v4 subpath of 3.25+).

Properties

PropertyModifierTypeDefined in
_zodreadonly{ def: { type: string; } & Record<string, unknown>; }packages/tools/src/schema/to-json-schema.ts:63
_zod.defreadonly{ type: string; } & Record<string, unknown>packages/tools/src/schema/to-json-schema.ts:63