Skip to content

Commit c7e0145

Browse files
authored
Merge pull request #9 from Jochengehtab/patch-1
Fix the Error in Player.java
2 parents 16cac24 + 4d05ad8 commit c7e0145

File tree

1 file changed

+12
-0
lines changed
  • src/main/java/io/github/sornerol/chess/pubapi/domain/player

1 file changed

+12
-0
lines changed

src/main/java/io/github/sornerol/chess/pubapi/domain/player/Player.java

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,16 @@ public class Player {
109109
*/
110110
@JsonProperty("fide")
111111
private Integer fideRating;
112+
113+
/**
114+
* True if the Player is verified
115+
*/
116+
@JsonProperty("verified")
117+
private Boolean verified;
118+
119+
/**
120+
* The Players league
121+
*/
122+
@JsonProperty("league")
123+
private String league;
112124
}

0 commit comments

Comments
 (0)