Skip to content

Commit

Permalink
Software: Add sizeInBytes in field
Browse files Browse the repository at this point in the history
Adds a property to software Artifact that indicates the size, in bytes

Signed-off-by: Joshua Watt <[email protected]>
  • Loading branch information
JPEWdev committed Jan 30, 2025
1 parent 01ca260 commit 8208b8b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
4 changes: 4 additions & 0 deletions model/Software/Classes/SoftwareArtifact.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ such as a package, a file, or a snippet.
- contentIdentifier
- type: ContentIdentifier
- minCount: 0
- sizeInBytes
- type: xsd:positiveInteger
- minCount: 0
- maxCount: 1
17 changes: 17 additions & 0 deletions model/Software/Properties/sizeInBytes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
SPDX-License-Identifier: Community-Spec-1.0

# sizeInBytes

## Summary

Identifies the size of a software Artifact, in bytes

## Description

Identifies the size of a software Artifact, in bytes

## Metadata

- name: sizeInBytes
- Nature: DataProperty
- Range: xsd:positiveInteger

0 comments on commit 8208b8b

Please sign in to comment.