spdx / tools

SPDX Tools
Apache License 2.0
126 stars 69 forks source link

Restructure relationship in YAML, XML and JSON formats #210

Closed goneall closed 4 years ago

goneall commented 4 years ago

Move relationships to a separate array within the document with the format:

        "relationships" : [ {
          "subjectElementId": "SPDXRef-Package"
          "relationshipType" : "DYNAMIC_LINK",
          "comment" : null,
          "objectElementId" : "SPDXRef-Saxon"
        }, {
          "subjectElementId": "SPDXRef-Package"
          "relationshipType" : "CONTAINS",
          "comment" : null,
          "objectElementId" : "SPDXRef-JenaLib"
        },
        . . .
],

Related to SPDX spec issue #96.

goneall commented 4 years ago

JSON and YAML support is provided by the new SPDX tools library: https://github.com/spdx/Spdx-Java-Library