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
"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>.",
329
336
"type" : "string"
330
337
},
331
338
"referenceType" : {
332
-
"description" : "Type of the external reference. These are definined in an appendix in the SPDX specification.",
339
+
"description" : "Type of the external reference. These are defined in an appendix in the SPDX specification.",
333
340
"type" : "string"
334
341
}
335
342
},
@@ -343,7 +350,9 @@
343
350
"type" : "boolean"
344
351
},
345
352
"hasFiles" : {
346
-
"description" : "Indicates that a particular file belongs to a package.",
353
+
"description" : "DEPRECATED: use relationships instead of this field. Indicates that a particular file belongs to a package.",
354
+
"deprecated": true,
355
+
"$comment": "This field has been deprecated as it is a duplicate of using CONTAINS relationships from a package to files",
347
356
"type" : "array",
348
357
"items" : {
349
358
"description" : "SPDX ID for File. Indicates that a particular file belongs to a package.",
@@ -366,10 +375,10 @@
366
375
"type" : "string"
367
376
},
368
377
"licenseInfoFromFiles" : {
369
-
"description" : "The licensing information that was discovered directly within the package. There will be an instance of this property for each distinct value of alllicenseInfoInFile properties of all files contained in the package.\n\nIf the licenseInfoFromFiles field is not present for a package and filesAnalyzed property for that same pacakge is true or omitted, it implies an equivalent meaning to NOASSERTION.",
378
+
"description" : "The licensing information that was discovered directly within the package. There will be an instance of this property for each distinct value of alllicenseInfoInFile properties of all files contained in the package.\n\nIf the licenseInfoFromFiles field is not present for a package and filesAnalyzed property for that same package is true or omitted, it implies an equivalent meaning to NOASSERTION.",
370
379
"type" : "array",
371
380
"items" : {
372
-
"description" : "License expression for licenseInfoFromFiles. See SPDX Annex D for the license expression syntax. The licensing information that was discovered directly within the package. There will be an instance of this property for each distinct value of alllicenseInfoInFile properties of all files contained in the package.\n\nIf the licenseInfoFromFiles field is not present for a package and filesAnalyzed property for that same pacakge is true or omitted, it implies an equivalent meaning to NOASSERTION.",
381
+
"description" : "License expression for licenseInfoFromFiles. See SPDX Annex D for the license expression syntax. The licensing information that was discovered directly within the package. There will be an instance of this property for each distinct value of alllicenseInfoInFile properties of all files contained in the package.\n\nIf the licenseInfoFromFiles field is not present for a package and filesAnalyzed property for that same package is true or omitted, it implies an equivalent meaning to NOASSERTION.",
373
382
"type" : "string"
374
383
}
375
384
},
@@ -531,6 +540,7 @@
531
540
},
532
541
"fileDependencies" : {
533
542
"description" : "This field is deprecated since SPDX 2.0 in favor of using Section 7 which provides more granularity about relationships.",
543
+
"deprecated": true,
534
544
"type" : "array",
535
545
"items" : {
536
546
"description" : "SPDX ID for File. This field is deprecated since SPDX 2.0 in favor of using Section 7 which provides more granularity about relationships.",
0 commit comments