From c71f2a6e64db2e73fc9bb506379da4a2c7b2b5b7 Mon Sep 17 00:00:00 2001 From: Chaitanya Date: Thu, 12 Sep 2024 12:52:14 +0530 Subject: [PATCH] fix: Restrict treasuries items to be unique (#1056) --- src/schemas/space.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/schemas/space.json b/src/schemas/space.json index 11868df06..542f0c339 100644 --- a/src/schemas/space.json +++ b/src/schemas/space.json @@ -351,6 +351,7 @@ "treasuries": { "type": "array", "maxItems": 10, + "uniqueItems": true, "items": { "type": "object", "properties": {