Skip to main content

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.

This rule checks that the direct connection property points to the expected target view (the view containing the reverse connection).

Why it matters

The reverse connection expects a bidirectional relationship. If the direct connection points to a different view, the relationship is broken.

Example

If WindFarm.turbines is a reverse through WindTurbine.windFarm, but WindTurbine.windFarm points to SolarFarm instead of WindFarm, the connection is invalid.

Further reading

Last modified on February 27, 2026