has

suspend fun has(path: Path): Boolean(source)
suspend fun has(path: String): Boolean(source)

Returns whether there exists at least one value at a path matching path.

Throws

If path matches no schema paths.