schema-components - v3.7.0
    Preparing search index...

    Type Alias SchemaIoSide

    SchemaIoSide: "input" | "output"

    Direction of the Zod transform / pipe / codec that normaliseSchema should surface to the renderer.

    • "output" (default) — the server-facing side of every transform, matching z.toJSONSchema's default and the historic adapter behaviour.
    • "input" — the client-facing side; flips a z.codec(...) chain so consumers can render its input shape.