Skip to content

Commit

Permalink
used underscore for multi-word attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
waterflow80 committed Jan 6, 2024
1 parent 468ce6a commit 5241bc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class IngestionResultEntity {

@JsonProperty("assembly_accession")
private String assemblyAccession;
@JsonProperty("numberOfInsertedSeqcols")
@JsonProperty("num_inserted_seqcols")
private Integer numberOfInsertedSeqcols = 0;
@JsonProperty("inserted_seqcols")
private List<InsertedSeqColEntity> insertedSeqcols = new ArrayList<>();
Expand Down

0 comments on commit 5241bc1

Please sign in to comment.