Skip to content

Commit

Permalink
pkp/pkp-lib#4787 submission schema update
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir committed Nov 29, 2024
1 parent 6b14239 commit bbc4c07
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions schemas/submission.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,19 @@
"nullable",
"date:Y-m-d H:i:s"
]
},
"existingUserId": {
"type": "integer",
"apiSummary": true,
"description": "The existing user id if already present as an user.",
"validation": [
"nullable"
]
},
"existingReviewerRole": {
"type": "boolean",
"apiSummary": true,
"description": "The existing user has reviewer role when already there is an existing user association."
}
}
}
Expand Down

0 comments on commit bbc4c07

Please sign in to comment.