Skip to content

Commit

Permalink
Fix cardinality of Primary Package Purpose
Browse files Browse the repository at this point in the history
It was brought to the attention of the group in the most recent SPDX
DocFest that the Primary Package Purpose cardinality was incorrectly
listed in the spec as 0..* despite the decision[1] that it should be
0..1. The cardinality was correct in the JSON schema
and OWL ontology, however, so the consensus was to update the
2.3 specification text with a note noting the update.

[1] #720

Signed-off-by: Rose Judge <[email protected]>
  • Loading branch information
rnjudge authored and goneall committed Dec 6, 2022
1 parent 0ce10e9 commit 5c893ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/package-information.md
Original file line number Diff line number Diff line change
Expand Up @@ -1445,7 +1445,7 @@ The metadata for the Primary Package Purpose field is shown in Table 36.
| Attribute | Value |
| --------- | ----- |
| Required | No |
| Cardinality | 0..* |
| Cardinality | 0..1 <br> _NOTE: The cardinality was incorrectly printed as 0..\* in the original publishing of the 2.3 specification_ |
| Format | `APPLICATION` \| `FRAMEWORK` \| `LIBRARY` \| `CONTAINER` \| `OPERATING-SYSTEM` \| `DEVICE` \| `FIRMWARE` \| `SOURCE` \| `ARCHIVE` \| `FILE` \| `INSTALL` \| `OTHER` \|

### 7.24.2 Intent
Expand Down

0 comments on commit 5c893ae

Please sign in to comment.