Skip to content

Commit 06b382b

Browse files
committed
Codemeta context does not define 'contributor' with a '@list' container
1 parent 5343438 commit 06b382b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cypress/integration/persons.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@ describe('One contributor with a role', function () {
10111011
},
10121012
{
10131013
"type": "schema:Role",
1014-
"schema:contributor": {
1014+
"contributor": {
10151015
"type": "Person",
10161016
"givenName": "Jane"
10171017
},
@@ -1035,7 +1035,7 @@ describe('One contributor with a role', function () {
10351035
},
10361036
{
10371037
"type": "Role",
1038-
"schema:contributor": {
1038+
"contributor": {
10391039
"type": "Person",
10401040
"givenName": "Jane"
10411041
},

0 commit comments

Comments
 (0)