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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -230,6 +230,10 @@ absolute timestamps.
230
230
containing human-readable time durations, given in a slight modification of
231
231
the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) extended time format:
232
232
`(-)?(h)*h:mm:ss(.uuu)?`
233
+
- Time intervals (type **`INTERVAL`** in the specification) are strings
234
+
containing human-readable time intervals, given in
235
+
[ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) "start and end" format with
236
+
a forward slash interval designator.
233
237
- Identifiers (type **`ID`** in the specification) are given as string
234
238
consisting of characters `[a-zA-Z0-9_.-]` of length at most 36 and not
235
239
starting with a `-` (dash) or `.` (dot) or ending with a `.` (dot). IDs are
@@ -1465,6 +1469,7 @@ Properties of state objects:
1465
1469
| thawed | TIME ? | Time when the scoreboard was thawed (that is, unfrozen again), or `null` if the scoreboard has not been thawed. Required iff `scoreboard_freeze_duration` is present in the [contest](#contests) endpoint. Must not be set if frozen is `null`.
1466
1470
| finalized | TIME ? | Time when the results were finalized, or `null` if results have not been finalized. Must not be set if ended is `null`.
1467
1471
| end\_of\_updates | TIME ? | Time after last update to the contest occurred, or `null` if more updates are still to come. Setting this to non-`null` must be the very last change in the contest.
1472
+
| removed\_intervals | array of INTERVAL ? | Array of [removed time intervals](ccs_system_requirements#removing-time-intervals).
1468
1473
1469
1474
These state changes must occur in the order listed in the table above,
1470
1475
as far as they do occur, except that `thawed` and `finalized` may occur
0 commit comments