schemaInfo

fun schemaInfo(formSchema: Schema<*>, path: Path = AbsolutePath.MATCH_ALL): Sequence<SchemaInfo<*>>(source)
fun schemaInfo(formSchema: Schema<*>, path: String): Sequence<SchemaInfo<*>>(source)

Returns a sequence of information about the schemas within formSchema matching path.

Throws

If path matches no schemas.