mirror of
https://github.com/qurator-spk/modstool.git
synced 2025-06-08 19:29:57 +02:00
🚧 check_dtypes: group by types
This commit is contained in:
parent
ff39da49e8
commit
bec59242a0
1 changed files with 2 additions and 1 deletions
|
@ -24,11 +24,12 @@ EXPECTED_TYPES = {
|
|||
r"location_.*": ("object", ["str", "NoneType"]),
|
||||
r"name\d+_.*": ("object", ["str", "NoneType"]),
|
||||
r"relatedItem-.*_recordInfo_recordIdentifier": ("object", ["str", "NoneType"]),
|
||||
r".*-count": ("Int64", None),
|
||||
r"typeOfResource": ("object", ["str", "NoneType"]),
|
||||
r"accessCondition-.*": ("object", ["str", "NoneType"]),
|
||||
r"originInfo-.*": ("object", ["str", "NoneType"]),
|
||||
|
||||
r".*-count": ("Int64", None),
|
||||
|
||||
# XXX possibly sets:
|
||||
r"genre-.*": ("object", ["str", "NoneType"]),
|
||||
r"subject-.*": ("object", ["str", "NoneType"]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue