The configuration for a scorecard criterion representing the presence of a link, for example, 'Has Repository', or 'Has Documentation'.
| Property Name | Type | Description |
|---|---|---|
| __typename | Literal | |
| description | Maybe<String> | The optional, user provided description of the scorecard criterion |
| id | String | The ID of the scorecard criterion. |
| linkType | CompassLinkType | The type of link, for example 'Repository' if 'Has Repository'. |
| 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> | |
| textComparator | Maybe<CompassCriteriaTextComparatorOptions> | The comparison operation to be performed. |
| textComparatorValue | Maybe<String> | The value that the field is compared to. |
| weight | Number | The weight that will be used in determining the aggregate score. |
Rate this page: