isValidChildFragment
open suspend override fun isValidChildFragment(value: Table<T>, fragment: AbsolutePathFragment): Boolean(source)
Returns whether fragment is a valid identifier for a child of value: a value of this schema.
A wildcard fragment is always assumed valid (representing all valid children) and the form manager will never call this function with one. Similarly, a recursive wildcard fragment will never be passed to this function.