From 958a36aa1ad07924849de2ebfe1540d42b41f2dd Mon Sep 17 00:00:00 2001 From: Marco Colombo Date: Thu, 30 Jan 2025 17:59:27 +0100 Subject: [PATCH] Fix generator to allow unknown fields in GO clients --- config/languages/go_v2.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/languages/go_v2.json b/config/languages/go_v2.json index 2577217..a57f496 100644 --- a/config/languages/go_v2.json +++ b/config/languages/go_v2.json @@ -4,5 +4,6 @@ "isGoSubmodule": true, "packageName": "v3", "packageVersion": "3.1.0", - "withGoCodegenComment": true + "withGoCodegenComment": true, + "disallowAdditionalPropertiesIfNotPresent": false } \ No newline at end of file