Package
Summary
Refers to any unit of content that can be associated with a distribution of software.
Description
A package refers to any unit of content that can be associated with a distribution of software.
Typically, a package is composed of one or more files.
Any of the following non-limiting examples may be (but are not required to be) represented in SPDX as a package:
- a tarball, zip file or other archive
- a directory or sub-directory
- a separately distributed piece of software which another Package or File uses or depends upon (e.g., a Python package, a Go module, ...)
- a container image, and/or each image layer within a container image
- a collection of one or more sub-packages
- a Git repository snapshot from a particular point in time
Note that some of these could be represented in SPDX as a file as well.
Metadata
https://spdx.org/rdf/3.0.1/terms/Software/Package
| Name | Package |
| Instantiability | Concrete |
| SubclassOf | /Software/SoftwareArtifact |
Class hierarchy
/Core/Element
/Core/Artifact
/Software/SoftwareArtifact
/Software/Package
Properties
| Property | Type | minCount | maxCount |
|---|---|---|---|
| downloadLocation | xsd:anyURI | 0 | 1 |
| homePage | xsd:anyURI | 0 | 1 |
| packageUrl | xsd:anyURI | 0 | 1 |
| packageVersion | xsd:string | 0 | 1 |
| sourceInfo | xsd:string | 0 | 1 |
External properties cardinality updates
| Property | minCount | maxCount |
|---|---|---|
| name from /Core/Element | 1 |
All properties
| Property | Type | minCount | maxCount |
|---|---|---|---|
| additionalPurpose | SoftwarePurpose | 0 | * |
| attributionText | xsd:string | 0 | * |
| builtTime | DateTime | 0 | 1 |
| comment | xsd:string | 0 | 1 |
| contentIdentifier | ContentIdentifier | 0 | * |
| copyrightText | xsd:string | 0 | 1 |
| creationInfo | CreationInfo | 1 | 1 |
| description | xsd:string | 0 | 1 |
| downloadLocation | xsd:anyURI | 0 | 1 |
| extension | Extension | 0 | * |
| externalIdentifier | ExternalIdentifier | 0 | * |
| externalRef | ExternalRef | 0 | * |
| homePage | xsd:anyURI | 0 | 1 |
| name | xsd:string | 1 | 1 |
| originatedBy | Agent | 0 | * |
| packageUrl | xsd:anyURI | 0 | 1 |
| packageVersion | xsd:string | 0 | 1 |
| primaryPurpose | SoftwarePurpose | 0 | 1 |
| releaseTime | DateTime | 0 | 1 |
| sourceInfo | xsd:string | 0 | 1 |
| spdxId | xsd:anyURI | 1 | 1 |
| standardName | xsd:string | 0 | * |
| summary | xsd:string | 0 | 1 |
| suppliedBy | Agent | 0 | 1 |
| supportLevel | SupportType | 0 | * |
| validUntilTime | DateTime | 0 | 1 |
| verifiedUsing | IntegrityMethod | 0 | * |