We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48635d4 commit 1c43466Copy full SHA for 1c43466
1 file changed
caltechdata_api/customize_schema.py
@@ -416,7 +416,6 @@ def validate_metadata(json_record):
416
417
# Check for 'identifiers'
418
if "identifiers" in json_record:
419
-
420
if (
421
not isinstance(json_record["identifiers"], list)
422
or len(json_record["identifiers"]) == 0
0 commit comments