Skip to content

Commit

Permalink
document broadcast round.finishedAt field
Browse files Browse the repository at this point in the history
round.finished is deprecated
  • Loading branch information
ornicar committed Nov 17, 2024
1 parent 6749136 commit 8507dc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion doc/specs/schemas/BroadcastRound.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ example:
"name": "Round 1",
"slug": "round-1",
"createdAt": 1716014105255,
"ongoing": true,
"ongoing": false,
"startsAt": 1716045300000,
"finishedAt": 1716062100000,
"url": "https://lichess.org/broadcast/casablanca-chess-2024/round-1/p9DoebWl",
},
"tour":
Expand Down
5 changes: 3 additions & 2 deletions doc/specs/schemas/BroadcastRoundInfo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ properties:
startsAfterPrevious:
type: boolean
description: "The start date/time is unknown and the round will start automatically when the previous round completes"
finished:
type: boolean
finishedAt:
type: integer
format: int64
url:
type: string
format: uri
Expand Down

0 comments on commit 8507dc9

Please sign in to comment.