Skip to content

Commit

Permalink
Add metadata field to STORE messages (Issue #54)
Browse files Browse the repository at this point in the history
  • Loading branch information
MHHukiewitz authored and hoh committed Nov 27, 2023
1 parent e1c0f47 commit ece2bf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aleph_message/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ class StoreContent(BaseContent):
size: Optional[int] = None # Generated by the node on storage
content_type: Optional[str] = None # Generated by the node on storage
ref: Optional[str] = None
metadata: Optional[Dict[str, Any]] = Field(description="Metadata of the VM")

class Config:
extra = Extra.allow
Expand Down

0 comments on commit ece2bf2

Please sign in to comment.