Skip to content

Commit

Permalink
Merge pull request #244 from taleodor/master
Browse files Browse the repository at this point in the history
fix: conform Json mime type property to schema
  • Loading branch information
stevespringett committed Dec 22, 2022
2 parents 864f6d1 + 83297a7 commit 22e3b8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/cyclonedx/model/Component.java
Expand Up @@ -115,6 +115,7 @@ public String getScopeName() {
@JsonProperty("bom-ref")
private String bomRef;
@JacksonXmlProperty(isAttribute = true, localName = "mime-type")
@JsonProperty("mime-type")
private String mimeType;
@VersionFilter(versions = {"1.2", "1.3", "1.4"})
private OrganizationalEntity supplier;
Expand Down

0 comments on commit 22e3b8d

Please sign in to comment.