16 lines
377 B
JSON
16 lines
377 B
JSON
{
|
|
"$comment": "INTENTIONALLY INVALID CycloneDX fixture - component missing required 'name' and 'type' fields.",
|
|
"bomFormat": "CycloneDX",
|
|
"specVersion": "1.6",
|
|
"version": 1,
|
|
"metadata": {
|
|
"timestamp": "2025-12-25T00:00:00Z"
|
|
},
|
|
"components": [
|
|
{
|
|
"invalid-field": "this-is-not-valid",
|
|
"purl": "pkg:npm/missing-required-fields@1.0.0"
|
|
}
|
|
]
|
|
}
|