You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: csaf-lib/src/csaf/csaf2_1/csaf_json_schema.json
+46-7Lines changed: 46 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -247,13 +247,20 @@
247
247
"minLength": 1
248
248
}
249
249
},
250
-
"purl": {
251
-
"title": "package URL representation",
252
-
"description": "The package URL (purl) attribute refers to a method for reliably identifying and locating software packages external to this specification.",
"description": "Contains a list of package URLs (purl).",
253
+
"type": "array",
254
+
"minItems": 1,
255
+
"uniqueItems": true,
256
+
"items": {
257
+
"title": "package URL representation",
258
+
"description": "The package URL (purl) attribute refers to a method for reliably identifying and locating software packages external to this specification.",
0 commit comments