schema

fun schema(path: Path = AbsolutePath.ROOT): Schema<*>(source)
fun schema(path: String): Schema<*>(source)

Returns the single schema matching path.

To get information about all schemas at paths matching a given path use schemaInfo instead.

Throws

If path matches no schema paths or more than one schema path.