OptionalarrayCustom array generator that can handle special array constraints based on schema properties.
OptionalbigintCustom bigint generator that can handle special bigint constraints based on schema properties.
OptionalbooleanCustom boolean generator that can handle special boolean constraints based on schema properties.
OptionalintegerCustom integer generator that can handle special integer constraints based on schema properties.
OptionalnumberCustom number generator that can handle special number constraints based on schema properties.
OptionalstringCustom string generator that can handle special string formats based on schema properties.
Map of custom generators for different data types.
This interface allows customization of random generation for specific types when they have certain schema properties or constraints.
Example