Skip to content

Commit

Permalink
Merge pull request #73 from psychoinformatics-de/ctx
Browse files Browse the repository at this point in the history
Declare array of authors to be an ordered list
  • Loading branch information
mih authored Jul 18, 2023
2 parents d8b1341 + b584743 commit c83fa93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"@id": "https://orcid.org/{orcid[0]}"
"@id": "https://orcid.org/{orcid[0]}",
"@type": "schema:Person"
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"author": "schema:author",
"author": {
"@id": "schema:author",
"@container":"@list"
},
"funding": "schema:funding",
"name": "schema:name",
"publication": "schema:publication"
Expand Down

0 comments on commit c83fa93

Please sign in to comment.