SchemaExampleValueGeneratorOptions

data class SchemaExampleValueGeneratorOptions(val maxExampleDepth: Int = DEFAULT_MAX_EXAMPLE_DEPTH)

Configuration options for SchemaExampleValueGenerator.

Controls the behavior of example value generation from OpenAPI schemas.

Constructors

Link copied to clipboard
constructor(maxExampleDepth: Int = DEFAULT_MAX_EXAMPLE_DEPTH)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Maximum depth for recursive schema traversal (default: 50)