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.
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.