This rule checks that the direct connection property points to the expected target view (the view containing the reverse connection).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.
Why it matters
The reverse connection expects a bidirectional relationship. If the direct connection points to a different view, the relationship is broken.Example
IfWindFarm.turbines is a reverse through WindTurbine.windFarm,
but WindTurbine.windFarm points to SolarFarm instead of WindFarm, the connection is invalid.