This rule checks that the direct connection property in the source view (used in the reverse connection’s ‘through’) actually exists in the source view.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
A reverse connection requires a corresponding direct connection property in the source view. If this property doesn’t exist, the bidirectional connection is incomplete.Example
IfWindFarm has a reverse property turbines through WindTurbine.windFarm,
but the WindTurbine view doesn’t have a windFarm property, the reverse connection is invalid.