Skip to content

Commit

Permalink
Add PERSISTENT-ID externalRef type to JSON schema
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Crane <[email protected]>
  • Loading branch information
seabass-labrax authored and goneall committed Jan 8, 2022
1 parent 2be70fc commit ceaf215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/spdx-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@
"referenceCategory" : {
"description" : "Category for the external reference",
"type" : "string",
"enum" : [ "OTHER", "SECURITY", "PACKAGE_MANAGER" ]
"enum" : [ "OTHER", "SECURITY", "PACKAGE_MANAGER", "PERSISTENT-ID" ]
},
"referenceLocator" : {
"description" : "The unique string with no spaces necessary to access the package-specific information, metadata, or content within the target location. The format of the locator is subject to constraints defined by the <type>.",
Expand Down

0 comments on commit ceaf215

Please sign in to comment.