Skip to content

Commit 65ab179

Browse files
Fix(1.6spec): Fixed typo in componentEvidence description (#451)
2 parents 91309ff + b399ae0 commit 65ab179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/bom-1.6.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2083,7 +2083,7 @@
20832083
"properties": {
20842084
"identity": {
20852085
"title": "Identity Evidence",
2086-
"description": "Evidence that substantiates the identity of a component. The identify may be an object or an array of identity objects. Support for specifying identify as a single object was introduced in CycloneDX v1.5. Arrays were introduced in v1.6. It is RECOMMENDED that all implementations use arrays, even if only one identity object is specified.",
2086+
"description": "Evidence that substantiates the identity of a component. The identity may be an object or an array of identity objects. Support for specifying identity as a single object was introduced in CycloneDX v1.5. Arrays were introduced in v1.6. It is RECOMMENDED that all implementations use arrays, even if only one identity object is specified.",
20872087
"oneOf" : [
20882088
{
20892089
"type": "array",

0 commit comments

Comments
 (0)