isValid

suspend fun isValid(path: Path = AbsolutePath.MATCH_ALL): Boolean(source)
suspend fun isValid(path: String): Boolean(source)

Returns whether the values at paths matching path are valid according to their schemas.

Values are said to be valid if they contain no validation errors.

Throws

If path matches no schema paths.