Example of products.json
The below file is an example of <SBOM root folder>/metadata/products.json. This file contains all products for which the SBOM generator must create an SBOM.
{
"sbom_products": [
{
"product": {
"version": "BaanIV_cus1"
}
},
{
"product": {
"version": "LN10.7_cus2"
}
}
]
}