Skip to content

Commit

Permalink
Create OpeningExplorerPlayerRecentGame.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AllieJonsson authored Nov 30, 2024
1 parent 367e6c1 commit e76b8bd
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions doc/specs/schemas/OpeningExplorerPlayerRecentGame.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
type: object
properties:
uci:
type: string
id:
type: string
winner:
type: [string, 'null']
speed:
$ref: './Speed.yaml'
mode:
type: string
enum:
- casual
- rated
white:
$ref: './OpeningExplorerPlayer.yaml'
black:
$ref: './OpeningExplorerPlayer.yaml'
year:
type: number
month:
type: string

0 comments on commit e76b8bd

Please sign in to comment.