Skip to content

Commit

Permalink
fix player tournaments doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Oct 22, 2024
1 parent a95fb52 commit ea0707a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
14 changes: 8 additions & 6 deletions doc/specs/schemas/ArenaTournamentPlayed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ properties:
tournament:
$ref: "./ArenaTournament.yaml"
player:
games:
type: integer
score:
type: integer
rank:
type: integer
type: object
properties:
games:
type: integer
score:
type: integer
rank:
type: integer
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@ get:
content:
application/x-ndjson:
schema:
tournament:
$ref: "../../schemas/ArenaTournamentPlayed.yaml"
$ref: "../../schemas/ArenaTournamentPlayed.yaml"

0 comments on commit ea0707a

Please sign in to comment.