isValidPath

fun isValidPath(formSchema: Schema<*>, path: Path): Boolean(source)
fun isValidPath(formSchema: Schema<*>, path: String): Boolean(source)

Returns whether there exists at least one schema within formSchema matching path.

Paths that match no schemas are deemed invalid, and most functions called with them will throw.