nested

open fun nested(description: String, block: () -> Unit)

Runs specified block in a nested validation scope with provided description

Parameters

description

nested scope description

block

code to run