Skip to content

Commit

Permalink
Fix(1.6spec): Fixed typo in componentEvidence description
Browse files Browse the repository at this point in the history
Signed-off-by: Petzys <87223648+Petzys@users.noreply.github.com>
  • Loading branch information
Petzys committed Apr 26, 2024
1 parent 9899d5c commit b399ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/bom-1.6.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2083,7 +2083,7 @@
"properties": {
"identity": {
"title": "Identity Evidence",
"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.",
"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.",
"oneOf" : [
{
"type": "array",
Expand Down

0 comments on commit b399ae0

Please sign in to comment.