Direction of the Zod transform / pipe / codec that normaliseSchema should surface to the renderer.
"output"
z.toJSONSchema
"input"
z.codec(...)
Direction of the Zod transform / pipe / codec that normaliseSchema should surface to the renderer.
"output"(default) — the server-facing side of every transform, matchingz.toJSONSchema's default and the historic adapter behaviour."input"— the client-facing side; flips az.codec(...)chain so consumers can render its input shape.