Skip to content

Commit 2aa75b4

Browse files
niemelaeldering
andauthored
Update Contest_API.md
Co-authored-by: Jaap Eldering <eldering@users.noreply.github.com>
1 parent e1026c0 commit 2aa75b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Contest_API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1709,7 +1709,7 @@ Properties of judgement objects:
17091709
| submission\_id | ID | Identifier of the [submission](#submissions) judged.
17101710
| judgement\_type\_id | ID ? | The [verdict](#judgement-types) of this judgement. Required iff judgement has completed.
17111711
| 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`).
17131713
| start\_time | TIME | Absolute time when judgement started.
17141714
| start\_contest\_time | RELTIME | Contest relative time when judgement started.
17151715
| end\_time | TIME ? | Absolute time when judgement completed. Required iff judgement\_type\_id is present.

0 commit comments

Comments
 (0)