@@ -352,7 +352,7 @@ A TEA Artifact object contains the following fields:
352352 An array of objects, each representing the same artefact content in a different format.
353353 The order of the list is not significant.
354354 Each format object includes:
355- - __ mimeType __ : The MIME type of the document (e.g., ` application/vnd.cyclonedx+xml ` ).
355+ - __ mediaType __ : The MIME type of the document (e.g., ` application/vnd.cyclonedx+xml ` ).
356356 - __ description__ : A free-text description of the artefact format.
357357 - __ url__ : A direct download URL for the artefact. This must point to an immutable resource.
358358 - __ signatureUrl__ (optional): A direct download URL for a detached digital signature of the artefact, if available.
@@ -415,7 +415,7 @@ producing different alerts than other changes of a collection.
415415 "type" : " BOM" ,
416416 "formats" : [
417417 {
418- "mimeType " : " application/vnd.cyclonedx+xml" ,
418+ "mediaType " : " application/vnd.cyclonedx+xml" ,
419419 "description" : " CycloneDX SBOM (XML)" ,
420420 "url" : " https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.24.3/log4j-core-2.24.3-cyclonedx.xml" ,
421421 "signatureUrl" : " https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.24.3/log4j-core-2.24.3-cyclonedx.xml.asc" ,
@@ -438,7 +438,7 @@ producing different alerts than other changes of a collection.
438438 "type" : " VULNERABILITIES" ,
439439 "formats" : [
440440 {
441- "mimeType " : " application/vnd.cyclonedx+xml" ,
441+ "mediaType " : " application/vnd.cyclonedx+xml" ,
442442 "description" : " CycloneDX VDR (XML)" ,
443443 "url" : " https://logging.apache.org/cyclonedx/vdr.xml" ,
444444 "checksums" : [
0 commit comments