Skip to content

Commit b853de4

Browse files
Add scoreboard_thaw_time to contest object.
1 parent a24183a commit b853de4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contest-api/json-schema/contest.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"countdown_pause_time": { "$ref": "common.json#/posreltimeornull" },
1313
"duration": { "$ref": "common.json#/posreltime" },
1414
"scoreboard_freeze_duration": { "$ref": "common.json#/posreltimeornull" },
15+
"scoreboard_thaw_time": { "$ref": "common.json#/abstimeornull" },
1516
"penalty_time": {
1617
"type": "integer",
1718
"minimum": 0

0 commit comments

Comments
 (0)