Email in some specifications can be an array apparently

There might be a better way to fix this with jackson and specify a collection
of valid types, but as of right now I'm not aware of how to accomplish that
This commit is contained in:
R. Tyler Croy 2015-08-10 05:37:21 -07:00
parent 699939f0b6
commit e9b017db2c
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class Gem {
String platform
@JsonProperty
String email
Object email
@JsonProperty
String homepage