ExampleValueSettings
Configuration for schema example value generation.
Controls how synthetic test data is generated from OpenAPI schemas when building valid baselines and when providers need schema-derived values.
Constructors
Properties
Date provider settings.
Date-time provider settings.
Email provider settings.
When true, generated examples are "full": every declared property is populated (required and optional, regardless of explicit examples) and every array contains at least one item. Composed schemas collapse to a single variant. includeWriteOnly and depth/cycle guards still apply.
When true, optional properties with explicit examples/defaults are included for object examples.
When false, writeOnly properties are excluded from generated examples.
Maximum depth for recursive schema traversal while generating examples.
Plain string provider settings.
When true, schema.examples and schema.default are used as fallbacks when example is missing.
UUID provider settings.