SchemaInfo

data class SchemaInfo<T>(val schema: Schema<T>, val path: AbsolutePath, val queriedPath: AbsolutePath = path)(source)

Information about a schema of values of type T: the schema instance, and its path.

Constructors

Link copied to clipboard
constructor(schema: Schema<T>, path: AbsolutePath, queriedPath: AbsolutePath = path)

Properties

Link copied to clipboard

Absolute path of the schema within a form validator or manager.

Link copied to clipboard

Absolute path of the queried value within a form validator or manager.

Link copied to clipboard

Schema itself.