Contains the calculated score for each scorecard criteria that is associated with a specific component.
| Property Name | Type | Description |
|---|---|---|
| __typename | Literal | |
| criterionId | String | The scorecard criterion unique identifier (ID). |
| dataSourceLastUpdated | Maybe<Any> | The timestamp of when the criteria value was last updated. |
| exemptionDetails | Maybe<CompassCriterionExemptionDetails> | The exemption details for the scorecard criterion. |
| explanation | Maybe<String> | Description of whether the criterion passed or failed, and explanation for the failure condition. |
| maxScore | Number | The maximum score value for the criterion. The value is used in calculating the aggregate score as a percentage. |
| metadata | Maybe<CompassScorecardCriterionScoreMetadata> | ### Field lifecycle |
| score | Number | The calculated score value for the criterion. |
| status | Maybe<String> | The status of whether the score is passing, failing, or in an error state. |
| type | Maybe<String> | Scoring strategy used when calculating the score and max score. |
Rate this page: