Skip to content

Commit

Permalink
Made categories in CoinFullData to list of Strings
Browse files Browse the repository at this point in the history
  • Loading branch information
jansoren committed Feb 11, 2024
1 parent 7885591 commit 39bbd1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class CoinFullData {
@JsonProperty("hashing_algorithm")
private String hashingAlgorithm;
@JsonProperty("categories")
private List<Object> categories;
private List<String> categories;
@JsonProperty("public_notice")
private String publicNotice;
@JsonProperty("additional_notices")
Expand Down

0 comments on commit 39bbd1c

Please sign in to comment.