1
0
Fork 0
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:
Mike Gerber 2025-06-02 15:40:43 +02:00
parent 383c6b2d3d
commit f5f2dc05a3

View file

@ -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"]),