Skip to content

Commit

Permalink
Code block syntax
Browse files Browse the repository at this point in the history
- addresses parts of oasis-tcs#787
- correct syntax for `product_identification_helper`
  • Loading branch information
tschmidtb51 committed Sep 25, 2024
1 parent 5e70955 commit 68562ef
Showing 1 changed file with 13 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,28 +51,29 @@ and `x_generic_uris`, one is mandatory.
"cpe": {
// ...
},
"hashes": {
"hashes": [
// ...
},
"model_numbers": {
],
"model_numbers": [
// ...
},
],
"purl": {
// ...
},
"sbom_urls": {
"sbom_urls": [
// ...
},
"serial_numbers": {
],
"serial_numbers": [
// ...
},
"skus": {
],
"skus": [
// ...
},
"x_generic_uris": {
],
"x_generic_uris": [
// ...
}
]
}
}
```

##### Full Product Name Type - Product Identification Helper - CPE
Expand Down

0 comments on commit 68562ef

Please sign in to comment.