Skip to content

Commit 2fe4356

Browse files
NorioKobotakestewart
authored andcommitted
Modify corresponding to [this comment](#907 (comment))
Signed-off-by: Norio Kobota <[email protected]>
1 parent 0294c9c commit 2fe4356

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/annexes/SPDX-Lite.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ A SPDX document with the Lite profile must include properties for each class lis
2424
| 4 | /Core/SpdxDocument/creationInfo | 1..1 | |
2525
| 5 | /Core/SpdxDocument/verifiedUsing | 0..1 | This should be an object of /Core/Hash |
2626
| 6 | /Core/SpdxDocument/element | 1..* | MUST have at least one element |
27-
| 7 | /Core/SpdxDocument/rootElement | 0..* | |
27+
| 7 | /Core/SpdxDocument/rootElement | 1..1 | This should be an object of /Core/Sbom |
2828
| 8 | /Core/SpdxDocument/namespaceMap | 0..* | |
2929
| 9 | /Core/SpdxDocument/dataLicense | 0..1 | |
3030

@@ -42,7 +42,8 @@ A SPDX document with the Lite profile must include properties for each class lis
4242
| 1 | /Software/Sbom/spdxId | 1..1 | |
4343
| 2 | /Software/Sbom/creationInfo | 1..1 | |
4444
| 3 | /Software/Sbom/element | 1..* | MUST have at least one element |
45-
| 4 | /Software/Sbom/sbomType | 0..1 | |
45+
| 4 | /Software/Sbom/rootElement | 1..1 | This should be an object of /Software/Package |
46+
| 5 | /Software/Sbom/sbomType | 0..1 | |
4647

4748
4. For a /Core/CreationInfo to be conformant with this profile, the following has to hold:
4849

0 commit comments

Comments
 (0)