Skip to content

Commit 0e316a7

Browse files
committed
arenaTour and swissTour replace tournament and swiss in game json
1 parent b28baf8 commit 0e316a7

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

doc/specs/schemas/GameJson.yaml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,20 @@ properties:
3838
type: array
3939
items:
4040
$ref: "./GameMoveAnalysis.yaml"
41-
tournament:
42-
type: string
43-
swiss:
44-
type: string
41+
arenaTour:
42+
description: The arena tournament the game is from
43+
type: object
44+
properties:
45+
id:
46+
type: string
47+
name:
48+
type: string
49+
swissTour:
50+
description: The swiss tournament the game is from
51+
type: object
52+
properties:
53+
id:
54+
type: string
4555
clock:
4656
type: object
4757
properties:

0 commit comments

Comments
 (0)