We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
arenaTour
swissTour
tournament
swiss
1 parent b28baf8 commit 0e316a7Copy full SHA for 0e316a7
1 file changed
doc/specs/schemas/GameJson.yaml
@@ -38,10 +38,20 @@ properties:
38
type: array
39
items:
40
$ref: "./GameMoveAnalysis.yaml"
41
- tournament:
42
- type: string
43
- swiss:
44
+ arenaTour:
+ description: The arena tournament the game is from
+ type: object
+ properties:
45
+ id:
46
+ type: string
47
+ name:
48
49
+ swissTour:
50
+ description: The swiss tournament the game is from
51
52
53
54
55
clock:
56
type: object
57
properties:
0 commit comments