diff --git a/check_dtypes.py b/check_dtypes.py index 082d445..26a38d9 100644 --- a/check_dtypes.py +++ b/check_dtypes.py @@ -27,6 +27,7 @@ EXPECTED_TYPES = { r".*-count": ("Int64", None), r"typeOfResource": ("object", ["str", "NoneType"]), r"accessCondition-.*": ("object", ["str", "NoneType"]), + r"originInfo-.*": ("object", ["str", "NoneType"]), # XXX possibly sets: r"genre-.*": ("object", ["str", "NoneType"]),