Skip to content

Commit 828f689

Browse files
authored
update field documentation on publicKey for hashedrekord (sigstore#969)
Signed-off-by: Bob Callaway <bcallaway@google.com> Signed-off-by: Bob Callaway <bcallaway@google.com>
1 parent 5ab865e commit 828f689

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

pkg/generated/models/hashedrekord_v001_schema.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/generated/restapi/embedded_spec.go

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/types/hashedrekord/v0.0.1/hashedrekord_v0_0_1_schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
"format": "byte"
1616
},
1717
"publicKey" : {
18-
"description": "The public key that can verify the signature",
18+
"description": "The public key that can verify the signature; this can also be an X509 code signing certificate that contains the raw public key information",
1919
"type": "object",
2020
"properties": {
2121
"content": {
22-
"description": "Specifies the content of the public key inline within the document",
22+
"description": "Specifies the content of the public key or code signing certificate inline within the document",
2323
"type": "string",
2424
"format": "byte"
2525
}

0 commit comments

Comments
 (0)