Skip to content

Commit

Permalink
fix: correcting title of attestations[].map[].counterClaim (#374)
Browse files Browse the repository at this point in the history
Fixes #373 which addresses a small typo in the `counterClaim` field
title in the Attestation 1.6
  • Loading branch information
stevespringett authored Feb 9, 2024
2 parents 6686375 + 71b4754 commit 8bebd15
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 @@ -178,7 +178,7 @@
},
"counterClaims": {
"type": "array",
"title": "Claims",
"title": "Counter Claims",
"description": "The list of `bom-ref` to the counter claims being attested to.",
"items": { "$ref": "#/definitions/refLinkType" }
},
Expand Down

0 comments on commit 8bebd15

Please sign in to comment.