From 07e8a199766be77f4e89561d03e9b4e995ab7396 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 6 Oct 2021 15:13:46 -0700 Subject: fileset ingest progress for dataverse --- python/sandcrawler/fileset_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/sandcrawler/fileset_types.py') diff --git a/python/sandcrawler/fileset_types.py b/python/sandcrawler/fileset_types.py index 75f4992..51000d7 100644 --- a/python/sandcrawler/fileset_types.py +++ b/python/sandcrawler/fileset_types.py @@ -34,7 +34,7 @@ class DatasetPlatformItem(BaseModel): platform_domain: Optional[str] platform_id: Optional[str] archiveorg_item_name: Optional[str] - archiveorg_collection: Optional[str] + archiveorg_item_meta: Optional[dict] web_base_url: Optional[str] web_bundle_url: Optional[str] -- cgit v1.2.3