You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Contest_API.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1709,7 +1709,7 @@ Properties of judgement objects:
1709
1709
| submission\_id | ID | Identifier of the [submission](#submissions) judged.
1710
1710
| judgement\_type\_id | ID ? | The [verdict](#judgement-types) of this judgement. Required iff judgement has completed.
1711
1711
| score | number | Score for this judgement. Required iff contest:scoreboard\_type is `score`.
1712
-
| current | boolean ? | `true` if this is the current judgement. Defaults to `true`. At most one judgement per submission can ever have this `true`.
1712
+
| current | boolean ? | `true` if this is the current judgement. Defaults to `true`. At any time, there must be at most one judgement per submission for which this `true` or unset (and thus defaulting to `true`).
1713
1713
| start\_time | TIME | Absolute time when judgement started.
1714
1714
| start\_contest\_time | RELTIME | Contest relative time when judgement started.
1715
1715
| end\_time | TIME ? | Absolute time when judgement completed. Required iff judgement\_type\_id is present.
0 commit comments