Skip to content

Commit e8fc6e7

Browse files
committed
pkp/pkp-lib#4787 consider case when adding new reviewer who is an existing suggestion
1 parent 65b7df4 commit e8fc6e7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

schemas/submission.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,14 @@
8686
"type": "boolean",
8787
"apiSummary": true,
8888
"description": "The existing user has reviewer role when already there is an existing user association."
89+
},
90+
"reviewerId": {
91+
"type": "integer",
92+
"apiSummary": true,
93+
"description": "The existing user id with reviewer role who as been mapped to this suggestion after the suggestion has made",
94+
"validation": [
95+
"nullable"
96+
]
8997
}
9098
}
9199
}

0 commit comments

Comments
 (0)