Check Group
A definition for a check group in a points-based scorecard.
Example
{
"id": "observability",
"name": "Observability",
"ordering": 1
}
Properties
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. |