Skip to content

Commit

Permalink
Fix import URI
Browse files Browse the repository at this point in the history
Fixes errors in validation
  • Loading branch information
goneall committed Jan 9, 2025
1 parent f599469 commit c283e2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions software/example3/spdx3.0/example3-bin.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@
}, {
"spdxId" : "https://swinslow.net/spdx-examples/example3/main-bin-v2-specv3/document0",
"type" : "SpdxDocument",
"spdxImport" : [ {
"dataLicense" : "https://swinslow.net/spdx-examples/example3/main-bin-v2-specv3/SPDXRef-gnrtd23",
"rootElement" : [ "https://swinslow.net/spdx-examples/example3/main-bin-v2-specv3/SPDXRef-gnrtd4" ],
"import" : [ {
"type" : "ExternalMap",
"verifiedUsing" : [ {
"type" : "Hash",
Expand All @@ -119,8 +121,6 @@
"externalSpdxId" : "https://swinslow.net/spdx-examples/example3/main-src-v2#SPDXRef-main-src",
"locationHint" : "https://swinslow.net/spdx-examples/example3/main-src-v2"
} ],
"dataLicense" : "https://swinslow.net/spdx-examples/example3/main-bin-v2-specv3/SPDXRef-gnrtd23",
"rootElement" : [ "https://swinslow.net/spdx-examples/example3/main-bin-v2-specv3/SPDXRef-gnrtd4" ],
"name" : "main-bin",
"namespaceMap" : [ {
"type" : "NamespaceMap",
Expand Down

0 comments on commit c283e2d

Please sign in to comment.