diff --git a/doc/specs/schemas/BroadcastRound.yaml b/doc/specs/schemas/BroadcastRound.yaml index c0fcac7..ed42fbb 100644 --- a/doc/specs/schemas/BroadcastRound.yaml +++ b/doc/specs/schemas/BroadcastRound.yaml @@ -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": diff --git a/doc/specs/schemas/BroadcastRoundInfo.yaml b/doc/specs/schemas/BroadcastRoundInfo.yaml index f4ea070..9795b08 100644 --- a/doc/specs/schemas/BroadcastRoundInfo.yaml +++ b/doc/specs/schemas/BroadcastRoundInfo.yaml @@ -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