Skip to content

Commit

Permalink
Merge pull request #292 from LukFil/master
Browse files Browse the repository at this point in the history
Fix incorrect types in GameJson.analysis
  • Loading branch information
ornicar authored Dec 14, 2023
2 parents 91a81ba + 4d28d7c commit 94a6a47
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/specs/lichess-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8457,6 +8457,9 @@ components:
eval:
type: number
description: Evaluation in centipawns
mate:
type: number
description: Number of moves until forced mate
best:
type: string
example: c2c3
Expand All @@ -8478,7 +8481,7 @@ components:
comment:
type: string
example: Blunder. Nxg6 was best.
required: [eval]
required: []
tournament:
type: string
swiss:
Expand Down

0 comments on commit 94a6a47

Please sign in to comment.