Skip to content

Commit

Permalink
[BOT] bump Rekor (#103)
Browse files Browse the repository at this point in the history
Co-authored-by: woodruffw <3059210+woodruffw@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and woodruffw authored Nov 22, 2024
1 parent f858d62 commit 5224d16
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion codegen/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.3.6
v1.3.7
6 changes: 3 additions & 3 deletions src/rekor_types/_internal/hashedrekord.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ class HashedrekordV001Schema(BaseModel):
data: Data = Field(..., description="Information about the content associated with the entry")


class RekorSchema(RootModel[HashedrekordV001Schema]):
class HashedrekordSchema(RootModel[HashedrekordV001Schema]):
model_config = ConfigDict(
populate_by_name=True,
)
root: HashedrekordV001Schema = Field(
...,
description="Schema for Rekord objects",
title="Rekor Schema",
description="Schema for Hashedrekord objects",
title="Hashedrekord Schema",
)

0 comments on commit 5224d16

Please sign in to comment.