Skip to content

Commit

Permalink
update field documentation on publicKey for hashedrekord (#969)
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 12, 2022
1 parent 5ab865e commit 828f689
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions pkg/generated/models/hashedrekord_v001_schema.go

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

12 changes: 6 additions & 6 deletions pkg/generated/restapi/embedded_spec.go

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

4 changes: 2 additions & 2 deletions pkg/types/hashedrekord/v0.0.1/hashedrekord_v0_0_1_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"format": "byte"
},
"publicKey" : {
"description": "The public key that can verify the signature",
"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",
"type": "object",
"properties": {
"content": {
"description": "Specifies the content of the public key inline within the document",
"description": "Specifies the content of the public key or code signing certificate inline within the document",
"type": "string",
"format": "byte"
}
Expand Down

0 comments on commit 828f689

Please sign in to comment.