validate

abstract fun validate(input: T, blackboard: Blackboard): ValidationResult

Validate the given input within the provided blackboard context.

Return

validation result indicating success or failure with details

Parameters

input

the content to validate

blackboard

the blackboard providing access to all available objects