diff --git a/dandischema/tests/test_datacite.py b/dandischema/tests/test_datacite.py index 5663ffc..e677f98 100644 --- a/dandischema/tests/test_datacite.py +++ b/dandischema/tests/test_datacite.py @@ -72,6 +72,7 @@ def metadata_basic() -> Dict[str, Any]: "name": "A_last, A_first", "email": "nemo@example.com", "roleName": [RoleType("dcite:ContactPerson")], + "schemaKey": "Person", } ], "license": [LicenseType("spdx:CC-BY-4.0")], diff --git a/dandischema/tests/test_models.py b/dandischema/tests/test_models.py index b39af11..801dab2 100644 --- a/dandischema/tests/test_models.py +++ b/dandischema/tests/test_models.py @@ -381,6 +381,7 @@ def test_dantimeta_1() -> None: "name": "last name, first name", "email": "someone@dandiarchive.org", "roleName": [RoleType("dcite:ContactPerson")], + "schemaKey": "Person", } ], "license": [LicenseType("spdx:CC-BY-4.0")],