Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openapi: mark object as actually base64 #2091

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from
Draft
Prev Previous commit
Next Next commit
fix types, regenerate Go files
Signed-off-by: William Woodruff <[email protected]>
woodruffw committed Apr 19, 2024

Verified

This commit was signed with the committer’s verified signature.
woodruffw William Woodruff
commit 64ca6cb3e0b1c54ec57891ee382597fa534aa657
6 changes: 2 additions & 4 deletions openapi.yaml
Original file line number Diff line number Diff line change
@@ -456,9 +456,9 @@ definitions:
type: integer
minimum: 0
body:
type: object
type: string
additionalProperties: true
format: byte
description: The base64-encoded proposed log entry
integratedTime:
type: integer
description: The time the entry was added to the log as a Unix timestamp in seconds
@@ -467,8 +467,6 @@ definitions:
properties:
data:
format: byte

format: byte
verification:
type: object
properties:
23 changes: 19 additions & 4 deletions pkg/generated/models/log_entry.go

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

13 changes: 5 additions & 8 deletions pkg/generated/restapi/embedded_spec.go

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