| Property Name | Type | Description |
|---|---|---|
| __typename | Literal | |
| applicationModel | Maybe<CompassScorecardApplicationModel> | Contains the application rules for how this library scorecard will apply to components. |
| criteria | Maybe<Array<CompassLibraryScorecardCriterion>> | The criteria used for calculating the score. |
| description | Maybe<String> | The description of the library scorecard. |
| id | String | The unique identifier (ID) of the library scorecard. |
| installs | Maybe<Number> | Number of scorecards created from this library scorecard. |
| isDeactivationEnabled | Maybe<Boolean> | Whether or not components can deactivate this scorecard, if it's a REQUIRED scorecard. |
| name | Maybe<String> | The name of the library scorecard. |
| nameAlreadyExists | Maybe<Boolean> | Whether a scorecard already exists with the same name as this library scorecard. |
Rate this page: