@JsonAnySetter
 public void set(String type, TypeRating value) {
   values.put(RatingType.getByName(type), value);
 }