isValidRemoveFragment
abstract suspend fun isValidRemoveFragment(value: T, fragment: AbsolutePathFragment): Boolean(source)
Returns whether fragment can be used to remove a child of value, a value of this schema.
Wildcard fragments (recursive or otherwise) will never be passed to this method by the form manager.