From 0bf53eb0ba8fdbd030eccd2d0dcb5e99335bc673 Mon Sep 17 00:00:00 2001 From: Prarup Gurung Date: Tue, 14 May 2024 16:24:13 +0545 Subject: [PATCH] Adjusted the json schema --- .../apiSharingNg/sharedWithMe.feature | 26 +++---------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/tests/acceptance/features/apiSharingNg/sharedWithMe.feature b/tests/acceptance/features/apiSharingNg/sharedWithMe.feature index 0190b2792..2a70c244d 100755 --- a/tests/acceptance/features/apiSharingNg/sharedWithMe.feature +++ b/tests/acceptance/features/apiSharingNg/sharedWithMe.feature @@ -4857,19 +4857,10 @@ Feature: an user gets the resources shared to them """ { "type": "object", - "required": ["hidden", "mount_point"], + "required": ["@UI.Hidden"], "properties": { - "hidden": { + "@UI.Hidden": { "const": true - }, - "mount_point": { - "type": "object", - "required": ["path"], - "properties": { - "path": { - "const": "" - } - } } } } @@ -4898,19 +4889,10 @@ Feature: an user gets the resources shared to them """ { "type": "object", - "required": ["hidden", "mount_point"], + "required": ["@UI.Hidden"], "properties": { - "hidden": { + "@UI.Hidden": { "const": true - }, - "mount_point": { - "type": "object", - "required": ["path"], - "properties": { - "path": { - "const": "" - } - } } } }