schemaInfoImpl

fun <T> schemaInfoImpl(formSchema: Schema<T>, path: AbsolutePath, curInfo: SchemaInfo<*> = SchemaInfo(formSchema, AbsolutePath.ROOT), i: Int = 0): Sequence<SchemaInfo<*>>(source)

Returns information about the inner schemas of formSchema matching path (recursive implementation).

Parameters

curInfo

Information of schema being currently analysed.

i

Index of the fragment of the path being analysed.