Skip to content

Commit 280060b

Browse files
committed
More metadata removal
1 parent 4dd05a7 commit 280060b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caltechdata_api/decustomize_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def decustomize_schema(json_record):
210210
others = ['files', 'id', 'owners', 'pid_value', 'control_number', '_oai',
211211
'_form_uuid', 'electronic_location_and_access', 'access_right',
212212
'embargo_date','license','brief_authors','brief_information_bar',
213-
'brief_subtitle','brief_title','brief_summary']
213+
'brief_subtitle','brief_title','brief_summary','resource_type']
214214
for v in others:
215215
if v in json_record:
216216
del json_record[v]

0 commit comments

Comments
 (0)