From ca1632ccb4f42dc12b4448fe750be7351d332d10 Mon Sep 17 00:00:00 2001 From: Taras Dubyk Date: Tue, 10 Dec 2024 11:56:32 +0200 Subject: [PATCH] fix renaming object type --- properties_pane/defaultData.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/properties_pane/defaultData.json b/properties_pane/defaultData.json index 800d6b9..58c66ed 100644 --- a/properties_pane/defaultData.json +++ b/properties_pane/defaultData.json @@ -24,9 +24,8 @@ "collectionName": "Response", "entityType": "response", "snippet": "responseStructure", - "subtype": "response", "isActivated": true, - "childType": "type" + "childType": "object" }, "field": { "hackoladeMeta": { @@ -167,10 +166,10 @@ } }, { - "value": "NewType", + "value": "NewObject", "dependency": { "key": "childType", - "value": "type" + "value": "object" } }, {