A difficulty slot in a game hosting leaderboards via Tsunagite.
Record Key
any
Any valid record key
Properties
color
string
Optional
The hex code color of the difficulty slot.
name
ref
dev.tsunagite.translatable
Required
The human-readable name of the difficulty slot for use in UI.
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"name"
],
"properties": {
"name": {
"ref": "dev.tsunagite.translatable",
"type": "ref",
"description": "The human-readable name of the difficulty slot for use in UI."
},
"color": {
"type": "string",
"description": "The hex code color of the difficulty slot."
}
}
},
"description": "A difficulty slot in a game hosting leaderboards via Tsunagite."
}