zx.SchemaGenerator
A zod schema generator that can be interpreted to produce an arbitrary zod schema (v4, classic).
zod
The generator supports a wide range of configuration options that are discoverable via the optional options argument.
options
Many of those options are forwarded to the corresponding fast-check arbitrary.
fast-check
See also:
zx.SeedGenerator
// TODO Copy
// TODO
zx.SchemaGenerator
A zod schema generator that can be interpreted to produce an arbitrary
zod
schema (v4, classic).The generator supports a wide range of configuration options that are discoverable via the optional
options
argument.Many of those options are forwarded to the corresponding
fast-check
arbitrary.See also:
zx.SeedGenerator
Example