From 134513da068477a055e6566cdbe36a06a5ba1c9e Mon Sep 17 00:00:00 2001 From: Trevor Fitzgerald Date: Mon, 12 Aug 2024 17:29:45 -0400 Subject: [PATCH] Tournament schema updates after https://github.com/lichess-org/lila/commit/01a21302527d8387d56065d0a4c3beafd81cf4c0 --- doc/specs/schemas/ArenaTournamentFull.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/specs/schemas/ArenaTournamentFull.yaml b/doc/specs/schemas/ArenaTournamentFull.yaml index a686f91..7523306 100644 --- a/doc/specs/schemas/ArenaTournamentFull.yaml +++ b/doc/specs/schemas/ArenaTournamentFull.yaml @@ -48,6 +48,19 @@ properties: type: number verdicts: $ref: './Verdicts.yaml' + quote: + type: object + properties: + text: + type: string + author: + type: string + description: "The quote displayed on the tournament page" + allowList: + type: array + items: + type: string + description: "List of usernames allowed to join the tournament" perf: type: object properties: