From 6e9f4d2515623a16019d01da24fcacc9bda217f4 Mon Sep 17 00:00:00 2001 From: Taras Dubyk Date: Mon, 2 Sep 2024 17:34:25 +0300 Subject: [PATCH] set appropriate child type for input and output entities --- properties_pane/defaultData.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/properties_pane/defaultData.json b/properties_pane/defaultData.json index 0a47d1f..23f2858 100644 --- a/properties_pane/defaultData.json +++ b/properties_pane/defaultData.json @@ -17,14 +17,16 @@ "collectionName": "newOperation", "entityType": "request", "operationType": "Query", - "isActivated": true + "isActivated": true, + "childType": "input" }, "nestedCollection": { "collectionName": "Response", "entityType": "response", "snippet": "responseStructure", "subtype": "response", - "isActivated": true + "isActivated": true, + "childType": "type" }, "field": { "hackoladeMeta": {