Skip to content

Commit 38cd3a4

Browse files
Teddy-1000fjugipe
andauthored
Update ingest/api/wis2_model.py
Co-authored-by: Jukka Pelli <132542798+fjugipe@users.noreply.github.com>
1 parent d264aac commit 38cd3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ingest/api/wis2_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class Config:
5858

5959
class Integrity(BaseModel):
6060
method: Literal["sha256", "sha384", "sha512", "sha3-256", "sha3-384", "sha3-512"]
61-
value: str = Field(..., desciption="The hash value for the value field in the message content.")
61+
value: str = Field(..., description="The hash value for the value field in the message content.")
6262

6363

6464
class Properties(BaseModel):

0 commit comments

Comments
 (0)