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

Commit

Permalink
Add optional content_hash str field to ImportSourceLocation (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanculbertson authored May 20, 2021
1 parent 17ef95e commit e834853
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vaccine_feed_ingest_schema/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ class ImportSourceLocation(BaseModel):
latitude: Optional[float]
longitude: Optional[float]
import_json: NormalizedLocation
content_hash: Optional[str]
match: Optional[ImportMatchAction]

0 comments on commit e834853

Please sign in to comment.