Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions doc/specs/schemas/ArenaTournamentFull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down