This rule checks that every enumeration value in the data model has a human-readable name.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 missing name makes it harder for users (humans or machines) to understand the purpose of the enumeration value. This is important as enumeration values are often technical codes or abbreviations, and a clear name improves usability, maintainability, searchability, and AI-readiness.Example
An enumeration value with IDNOM in a wind turbine operational mode property has no name. Users may find it
difficult to understand what the value represents. Adding a name such as “Normal Operation” improves clarity
and usability.