Check Group
A definition for a check group in a points-based scorecard.
{
"id": "observability",
"name": "Observability",
"ordering": 1
}
| Key |
Type |
Description |
id |
string |
ID for the check group. |
name |
string |
Human-readable name for the check group (e.g. Observability, Deployments, Unit testing). |
ordering |
number |
The check group’s ordering compared to the scorecard’s other check groups. |
| Key |
Type |
Description |
key |
string |
User-defiend key to reference in the scorecard_check_group_key property of a Check that should be nested under this check group. |