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 13, 2024
1 parent d34b57f commit c762c3e
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 c762c3e

Please sign in to comment.