Optional
arrayCustom array generator that can handle special array constraints based on schema properties.
Optional
bigintCustom bigint generator that can handle special bigint constraints based on schema properties.
Optional
booleanCustom boolean generator that can handle special boolean constraints based on schema properties.
Optional
integerCustom integer generator that can handle special integer constraints based on schema properties.
Optional
numberCustom number generator that can handle special number constraints based on schema properties.
Optional
stringCustom 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