mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-06 11:42:06 +00:00
16 lines
328 B
JSON
16 lines
328 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"scoreboardSkin": {
|
|
"type": "string",
|
|
"default": "scoreboard/main.html"
|
|
}
|
|
},
|
|
"required": ["scoreboardSkin"],
|
|
"default": {
|
|
"scoreboardSkin": "scoreboard/main.html"
|
|
}
|
|
}
|