@suluk/zod - v0.1.2
    Preparing search index...

    Interface V4ToZodOptions

    interface V4ToZodOptions {
        defs?: Record<string, unknown> | ((ref: string) => unknown);
    }
    Index

    Properties

    Properties

    defs?: Record<string, unknown> | ((ref: string) => unknown)

    Resolver for $ref: a map of pointer → schema, or a function. Supports "#/$defs/X", "#/components/schemas/X".