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