> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cognite.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ReverseConnectionPointsToAncestor validation rule

> Validates that direct connection properties point to specific target views rather than ancestor views. Recommends the specific target for clarity.

This rule checks whether the direct connection property points to an ancestor of the expected target view
and recommends pointing to the specific target instead.

## Why it matters

While technically valid, pointing to ancestors can be confusing and may lead to mistakes.
It's clearer to point to the specific target view.

## Example

If `WindFarm.turbines` expects `WindTurbine.windFarm` to point to `WindFarm`,
but it points to `Asset` (ancestor of `WindFarm`), this validator recommends the change.

## Further reading

* [Validation rules](/cdf/deploy/neat/validation/index)
