SimpleSchemaValidationRule

Marker for simple schema validation rules that operate on a single schema node.

Composed rules (array/object item rules) are wired separately and may delegate to this set.

Functions

Link copied to clipboard
abstract fun apply(schema: Schema<*>, context: TestGenerationContext): Sequence<RuleValue>

Applies the rule to the provided schema within the context.

Link copied to clipboard
abstract fun getRuleName(): String

Provides a short, human-readable rule name used in composed descriptions.