Skip to content

Commit

Permalink
Fix(json schema): Fix null if draw in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Petzys committed Mar 14, 2024
1 parent 1846cd9 commit 12afe07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json_schema/server_to_client.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
"properties": {
"winner_uuid": {
"description": "Shows whether the receiving player is the winner. If null, the game ended in a draw",
"type": "string",
"type": ["string", "null"],
"format": "uuid"
},
"final_playfield": {
Expand Down

0 comments on commit 12afe07

Please sign in to comment.