The configuration for a scorecard criterion which uses criterion expressions.
| Property Name | Type | Description |
|---|---|---|
| __typename | Literal | |
| description | Maybe<String> | The optional, user provided description of the scorecard criterion |
| expressions | Maybe<Array<CompassScorecardCriterionExpressionTree>> | Expressions evaluated in order, PASS/SKIP will end execution, FAIL will continue onto the next expression, analogous to if/else if/else |
| id | String | The ID of the scorecard criterion. |
| maturityGroup | Maybe<CompassScorecardCriteriaMaturityGroup> | |
| name | Maybe<String> | The optional, user provided name of the scorecard criterion |
| scorecardCriteriaScore | Maybe<CompassScorecardCriteriaScore> | Returns the calculated score for a component. |
| scoringStrategyRules | Maybe<CompassScorecardCriteriaScoringStrategyRules> | |
| weight | Number | The weight that will be used in determining the aggregate score. |
Rate this page: