Enhancement: Allow SPDX JSON documents as input
Many analysis and inventory tools already create SPDX documents. Instead of requiring special OpossumUI JSON schema as input, why not allow using an SPDX JSON document as input? This makes sense especially if OpossumUI can already export SPDX JSON/YAML documents. It would also make OpossumUI more interoperable with existing SBOM tooling.
The goal is to have direct SPDX JSON import, yes.
But that is also indirectly already possible via https://github.com/opossum-tool/opossum.lib.hs, which allows you to convert SPDX 2.2 JSON to Opossum input files.
~~And there is also https://github.com/tern-tools/tern/issues/1064~~
Duplicate of #1592