mirror of
https://github.com/qurator-spk/modstool.git
synced 2025-06-08 19:29:57 +02:00
🚧 check_dtypes: typeOfResource
This commit is contained in:
parent
d8d3f12cb0
commit
383c6b2d3d
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ EXPECTED_TYPES = {
|
|||
r"name\d+_.*": ("object", ["str", "NoneType"]),
|
||||
r"relatedItem-.*_recordInfo_recordIdentifier": ("object", ["str", "NoneType"]),
|
||||
r".*-count": ("Int64", None),
|
||||
r"typeOfResource": ("object", ["str", "NoneType"]),
|
||||
|
||||
# XXX possibly sets:
|
||||
r"genre-.*": ("object", ["str", "NoneType"]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue