From 80c980f1a99ad79f97594fb1a309a452b4a810d6 Mon Sep 17 00:00:00 2001 From: Prarup Gurung Date: Tue, 20 Feb 2024 12:50:09 +0545 Subject: [PATCH] Strict check for json schema --- tests/acceptance/features/apiSharingNg/sharedWithMe.feature | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/acceptance/features/apiSharingNg/sharedWithMe.feature b/tests/acceptance/features/apiSharingNg/sharedWithMe.feature index 3a529757f3..8995ba5d4b 100755 --- a/tests/acceptance/features/apiSharingNg/sharedWithMe.feature +++ b/tests/acceptance/features/apiSharingNg/sharedWithMe.feature @@ -2949,6 +2949,8 @@ Feature: an user gets the resources shared to them "properties": { "value": { "type": "array", + "minItems": 2, + "maxItems": 2, "items": { "oneOf": [ { @@ -3243,6 +3245,8 @@ Feature: an user gets the resources shared to them "properties": { "value": { "type": "array", + "minItems": 2, + "maxItems": 2, "items": { "oneOf": [ {