From d2796ace0879d86b1c3e75a5175604f5ebfdb045 Mon Sep 17 00:00:00 2001 From: Vitalii Bedletskyi <70570504+VitaliiBedletskyi@users.noreply.github.com> Date: Tue, 12 Nov 2024 16:26:29 +0200 Subject: [PATCH] fix default subtype value for joinSubQuery type (#143) --- types/joinSubquery.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/joinSubquery.json b/types/joinSubquery.json index caa8fc7..578d94d 100644 --- a/types/joinSubquery.json +++ b/types/joinSubquery.json @@ -49,6 +49,6 @@ ] }, "defaultValues": { - "subtypes": "object" + "subtype": "object" } }