From d11db6f425fc6efd512a2bee913c295d0e3f0e2e Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Mon, 8 Sep 2025 19:50:43 +0200 Subject: [PATCH] Defined the naming strategy on the openapi-generator-config file in the library target. --- Sources/openapi-generator-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/openapi-generator-config.yaml b/Sources/openapi-generator-config.yaml index 5babde7..a8e8966 100644 --- a/Sources/openapi-generator-config.yaml +++ b/Sources/openapi-generator-config.yaml @@ -13,4 +13,5 @@ generate: - types - client +namingStrategy: defensive accessModifier: internal