This rule checks that each view implements no more views than the CDF limit allows.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
CDF enforces limits on the number of implemented views to prevent overly deep inheritance hierarchies.Example
If a view implements 15 other views and the CDF limit is 10 implemented views per view, this validator will raise aConsistencyError issue.