Skip to content

Commit

Permalink
Add schema
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed Sep 13, 2024
1 parent 9378eac commit 2621654
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions brewtils/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ class FileSchema(BaseSchema):
file_size = fields.Int(allow_none=False)
chunks = fields.Dict(allow_none=True)
chunk_size = fields.Int(allow_none=False)
md5_sum = fields.Str(allow_none=True)


class FileChunkSchema(BaseSchema):
Expand Down

0 comments on commit 2621654

Please sign in to comment.