This rule checks that the property in the container (mapped from the view’s direct connection property) actually exists in the container.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 view property must map to an actual container property for data persistence. If the container property doesn’t exist, data cannot be stored.Example
IfWindTurbine.windFarm maps to container property WindTurbine.windFarm,
but this container property doesn’t exist, the connection cannot be stored.