From bbc4c0795d16ea1cfafaf48e89f5edbdc4da78d6 Mon Sep 17 00:00:00 2001 From: Touhidur Rahman Date: Thu, 21 Nov 2024 19:15:03 +0600 Subject: [PATCH] pkp/pkp-lib#4787 submission schema update --- schemas/submission.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/schemas/submission.json b/schemas/submission.json index f41429442ab..09f35ae011a 100644 --- a/schemas/submission.json +++ b/schemas/submission.json @@ -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." } } }