Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit e834853

Browse files
Add optional content_hash str field to ImportSourceLocation (#30)
1 parent 17ef95e commit e834853

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vaccine_feed_ingest_schema/load.py

+1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ class ImportSourceLocation(BaseModel):
2020
latitude: Optional[float]
2121
longitude: Optional[float]
2222
import_json: NormalizedLocation
23+
content_hash: Optional[str]
2324
match: Optional[ImportMatchAction]

0 commit comments

Comments
 (0)