Skip to content

Commit fdf1f09

Browse files
NorioKobotagoneall
authored andcommitted
Revise comments to make it a little clearer.
Signed-off-by: Norio Kobota <[email protected]>
1 parent f5b3bf0 commit fdf1f09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/annexes/SPDX-Lite.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A SPDX document with the Lite profile must include properties for each class lis
2323
| 3 | /Core/SpdxDocument/comment | 0..1 | |
2424
| 4 | /Core/SpdxDocument/creationInfo | 1..1 | |
2525
| 5 | /Core/SpdxDocument/verifiedUsing | 0..* | This should be objects of /Core/Hash |
26-
| 6 | /Core/SpdxDocument/element | 1..* | MUST have at least one element |
26+
| 6 | /Core/SpdxDocument/element | 1..* | MUST have at least one /Core/Sbom object |
2727
| 7 | /Core/SpdxDocument/rootElement | 1..* | This should be objects of /Core/Sbom |
2828
| 8 | /Core/SpdxDocument/namespaceMap | 0..* | |
2929
| 9 | /Core/SpdxDocument/dataLicense | 0..1 | |
@@ -41,7 +41,7 @@ A SPDX document with the Lite profile must include properties for each class lis
4141
|:-:|:--|:--|:--|
4242
| 1 | /Software/Sbom/spdxId | 1..1 | |
4343
| 2 | /Software/Sbom/creationInfo | 1..1 | |
44-
| 3 | /Software/Sbom/element | 1..* | MUST have at least one element |
44+
| 3 | /Software/Sbom/element | 1..* | MUST have at least one /Software/Package object |
4545
| 4 | /Software/Sbom/rootElement | 1..* | This should be objects of /Software/Package |
4646
| 5 | /Software/Sbom/sbomType | 0..* | |
4747

@@ -80,7 +80,7 @@ And all /Software/Package objects MUST have “downloadLocation” OR “package
8080
| 3 | /Software/Package/comment | 0..1 | |
8181
| 4 | /Software/Package/creationInfo | 1..1 | |
8282
| 5 | /Software/Package/verifiedUsing | 0..* | This should be objects of /Core/Hash |
83-
| 6 | /Software/Package/originatedBy | 0..* | This should be an object of /Core/Agent |
83+
| 6 | /Software/Package/originatedBy | 0..* | This should be objects of /Core/Agent |
8484
| 7 | /Software/Package/suppliedBy | 1..1 | This should be an object of /Core/Agent |
8585
| 8 | /Software/Package/builtTime | 0..1 | |
8686
| 9 | /Software/Package/releaseTime | 0..1 | |

0 commit comments

Comments
 (0)