File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -1006,15 +1006,13 @@ describe('One contributor with a role', function () {
1006
1006
"name" : "My Test Software" ,
1007
1007
"contributor" : [
1008
1008
{
1009
+ "id" : "_:contributor_1" ,
1009
1010
"type" : "Person" ,
1010
1011
"givenName" : "Jane"
1011
1012
} ,
1012
1013
{
1013
1014
"type" : "schema:Role" ,
1014
- "contributor" : {
1015
- "type" : "Person" ,
1016
- "givenName" : "Jane"
1017
- } ,
1015
+ "contributor" : "_:contributor_1" ,
1018
1016
"schema:roleName" : "Developer" ,
1019
1017
"schema:startDate" : "2024-03-04" ,
1020
1018
"schema:endDate" : "2024-04-03"
@@ -1030,15 +1028,13 @@ describe('One contributor with a role', function () {
1030
1028
"name" : "My Test Software" ,
1031
1029
"contributor" : [
1032
1030
{
1031
+ "id" : "_:contributor_1" ,
1033
1032
"type" : "Person" ,
1034
1033
"givenName" : "Jane"
1035
1034
} ,
1036
1035
{
1037
1036
"type" : "Role" ,
1038
- "contributor" : {
1039
- "type" : "Person" ,
1040
- "givenName" : "Jane"
1041
- } ,
1037
+ "contributor" : "_:contributor_1" ,
1042
1038
"roleName" : "Developer" ,
1043
1039
"startDate" : "2024-03-04" ,
1044
1040
"endDate" : "2024-04-03"
You can’t perform that action at this time.
0 commit comments