Skip to content

Commit

Permalink
fix incorrect schema id for cose type (#979)
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <bcallaway@google.com>

Signed-off-by: Bob Callaway <bcallaway@google.com>
  • Loading branch information
bobcallaway committed Aug 16, 2022
1 parent 90a69a1 commit 63db2d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/generated/restapi/embedded_spec.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/types/cose/v0.0.1/cose_v0_0_1_schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://rekor.sigstore.dev/types/intoto/intoto_v0_0_1_schema.json",
"$id": "http://rekor.sigstore.dev/types/cose/cose_v0_0_1_schema.json",
"title": "cose v0.0.1 Schema",
"description": "Schema for cose object",
"type": "object",
Expand Down

0 comments on commit 63db2d2

Please sign in to comment.