Skip to content

Commit

Permalink
feat: add demo data to allow journal-less submission flow (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredgalanis authored Jan 24, 2024
1 parent c655f90 commit e39d99c
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions demo_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,26 @@
}
}
},
{
"op": "add",
"path": "/funder",
"value": {
"id": "5",
"type": "funder",
"attributes": {
"localKey": "johnshopkins.edu:funder:316235",
"name": "SCANDINAVIAN BIOPHARMA"
},
"relationships": {
"policy": {
"data": {
"id": "0",
"type": "policy"
}
}
}
}
},
{
"op": "add",
"path": "/user",
Expand Down Expand Up @@ -1066,13 +1086,13 @@
},
"directFunder": {
"data": {
"id": "1",
"id": "5",
"type": "funder"
}
},
"primaryFunder": {
"data": {
"id": "1",
"id": "5",
"type": "funder"
}
}
Expand Down

0 comments on commit e39d99c

Please sign in to comment.