From 29373e4f27a74820bbc312228170b626f0aea7c1 Mon Sep 17 00:00:00 2001
From: HongKee Moon <moon@mpi-cbg.de>
Date: Tue, 18 Jan 2022 16:02:34 +0100
Subject: [PATCH] ResourceID does not have to be unique

Some other users can mention in different UpdateItem
---
 cms/src/api/update-item/content-types/update-item/schema.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cms/src/api/update-item/content-types/update-item/schema.json b/cms/src/api/update-item/content-types/update-item/schema.json
index f809a9f..9668e40 100644
--- a/cms/src/api/update-item/content-types/update-item/schema.json
+++ b/cms/src/api/update-item/content-types/update-item/schema.json
@@ -23,7 +23,7 @@
     "ResourceID": {
       "type": "string",
       "required": true,
-      "unique": true
+      "unique": false
     },
     "DataAttribute": {
       "type": "string",
-- 
GitLab