mirror of
https://github.com/qurator-spk/modstool.git
synced 2025-06-08 03:10:15 +02:00
🚧 check_dtypes: originInfo-.*
This commit is contained in:
parent
f5f2dc05a3
commit
ff39da49e8
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ EXPECTED_TYPES = {
|
||||||
r".*-count": ("Int64", None),
|
r".*-count": ("Int64", None),
|
||||||
r"typeOfResource": ("object", ["str", "NoneType"]),
|
r"typeOfResource": ("object", ["str", "NoneType"]),
|
||||||
r"accessCondition-.*": ("object", ["str", "NoneType"]),
|
r"accessCondition-.*": ("object", ["str", "NoneType"]),
|
||||||
|
r"originInfo-.*": ("object", ["str", "NoneType"]),
|
||||||
|
|
||||||
# XXX possibly sets:
|
# XXX possibly sets:
|
||||||
r"genre-.*": ("object", ["str", "NoneType"]),
|
r"genre-.*": ("object", ["str", "NoneType"]),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue