This model reference is derived from source code configuration. Verify entity type names and property mappings against your project configuration.
Entity Types
Entity types are declared as a map underdomainModelTypes, keyed by type name. Each entry specifies a polarionType mapping and its properties.
Property Configuration
Each entity type declares its properties as a map. Property names are used in queries, column bindings, and data display.null (empty after the colon) inherits all default settings. The property name is used as the Polarion field name unless serverName or customFieldName is specified.
Relationships
Relationships define how entity types are connected. Each relationship specifies the PolarionlinkRole and navigation property names using direct (forward) and back (reverse) notation.
Complete YAML Example
See Also
- RTM Model — standard requirements traceability model
- Properties — full property configuration reference
- Cardinality — relationship multiplicity options
- Data Model Types — entity type definitions