Skip to content

Commit 0c3074e

Browse files
Add first_to_solve to scoreboard JSON schema.
1 parent ff970d5 commit 0c3074e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contest-api/json-schema/scoreboard.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
"minimum": 0
5151
},
5252
"solved": { "type": "boolean" },
53-
"time": { "type": "integer", "minimum": 0 }
53+
"time": { "type": "integer", "minimum": 0 },
54+
"first_to_solve": { "type": "boolean" }
5455
},
5556
"oneOf": [
5657
{

0 commit comments

Comments
 (0)