From 5d36f9c365710f15069e5a33a8e87748fe4dd148 Mon Sep 17 00:00:00 2001 From: Serhii Filonenko <91055067+serhii-filonenko@users.noreply.github.com> Date: Thu, 25 Jul 2024 18:42:58 +0300 Subject: [PATCH] HCK-7295: allow entity selection as external definition (#44) --- types/object.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types/object.json b/types/object.json index c12639f..21d3891 100644 --- a/types/object.json +++ b/types/object.json @@ -20,7 +20,8 @@ "array", "map", "struct", - "set" + "set", + "object" ] } }