Skip to content

Commit 700fdba

Browse files
committed
Allow contest.scoreboard_freeze_duration to be null.
See https://clics.ecs.baylor.edu/index.php?title=Contest_API&diff=3037&oldid=3031
1 parent 376d775 commit 700fdba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contest-api/json-schema/contest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"start_time": { "$ref": "common.json#/abstimeornull" },
1212
"countdown_pause_time": { "$ref": "common.json#/reltimeornull" },
1313
"duration": { "$ref": "common.json#/reltime" },
14-
"scoreboard_freeze_duration": { "$ref": "common.json#/reltime" },
14+
"scoreboard_freeze_duration": { "$ref": "common.json#/reltimeornull" },
1515
"penalty_time": {
1616
"type": "integer",
1717
"minimum": 0

0 commit comments

Comments
 (0)