Level
A definition for a level in a level-based scorecard.
{
"id": "gold",
"name": "Gold",
"color": "#ffd700",
"rank": 3
}
| Key |
Type |
Description |
id |
string |
ID for the level. |
name |
string |
Human-readable name for the level (e.g. Bronze, Silver, Gold). |
color |
string |
A six-digit hex code for the color of the level’s badge (e.g. #fb923c) |
rank |
number |
The level’s rank compared to the scorecard’s other attainable levels. |
| Key |
Type |
Description |
key |
string |
User-defiend key to reference in the scorecard_level_key property of a Check that should be nested under this level. |
A definition for what to show if an entity has not attained any levels in a scorecard yet.
| Key |
Type |
Description |
label |
string |
Human-readable label to show if applicable (e.g. Not production-ready, Incomplete). |
color |
string |
A six-digit hex code for the color of the badge (e.g. #fb923c) |