Skip to content

Commit a973a6b

Browse files
Added missing deprecated properties to properties that have already been described as deprecated.
Signed-off-by: Steve Springett <[email protected]>
1 parent 027f14c commit a973a6b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

schema/bom-1.7.schema.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,6 +688,7 @@
688688
"type": "array",
689689
"title": "Tools (legacy)",
690690
"description": "[Deprecated]\nThe tool(s) used in the creation, enrichment, and validation of the BOM.",
691+
"deprecated": true,
691692
"items": {"$ref": "#/definitions/tool"}
692693
}
693694
]
@@ -769,6 +770,7 @@
769770
"title": "Tool",
770771
"description": "[Deprecated] This will be removed in a future version. Use component or service instead.\nInformation about the automated or manual tool used",
771772
"additionalProperties": false,
773+
"deprecated": true,
772774
"properties": {
773775
"vendor": {
774776
"type": "string",
@@ -1063,7 +1065,8 @@
10631065
"modified": {
10641066
"type": "boolean",
10651067
"title": "Component Modified From Original",
1066-
"description": "[Deprecated] This will be removed in a future version. Use the pedigree element instead to supply information on exactly how the component was modified.\nA boolean value indicating if the component has been modified from the original. A value of true indicates the component is a derivative of the original. A value of false indicates the component has not been modified from the original."
1068+
"description": "[Deprecated] This will be removed in a future version. Use the pedigree element instead to supply information on exactly how the component was modified.\nA boolean value indicating if the component has been modified from the original. A value of true indicates the component is a derivative of the original. A value of false indicates the component has not been modified from the original.",
1069+
"deprecated": true
10671070
},
10681071
"pedigree": {
10691072
"type": "object",
@@ -2979,6 +2982,7 @@
29792982
"type": "array",
29802983
"title": "Tools (legacy)",
29812984
"description": "[Deprecated]\nThe tool(s) used to identify, confirm, or score the vulnerability.",
2985+
"deprecated": true,
29822986
"items": {"$ref": "#/definitions/tool"}
29832987
}
29842988
]

0 commit comments

Comments
 (0)