Validator

typealias Validator<T> = suspend ValidationContext<T>.() -> Unit?

Type alias representing a validator callable. Keeps things relatively maintainable.