From 24fecd5d56206e4248c4063725cbc8387ac1b40c Mon Sep 17 00:00:00 2001 From: Javier Cicchelli Date: Thu, 2 Oct 2025 19:04:34 +0200 Subject: [PATCH] Added the open-api-generator-config.yaml file into the library target. --- .../MarvelService/openapi-generator-config.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Sources/MarvelService/openapi-generator-config.yaml diff --git a/Sources/MarvelService/openapi-generator-config.yaml b/Sources/MarvelService/openapi-generator-config.yaml new file mode 100644 index 00000000..74fe6e1a --- /dev/null +++ b/Sources/MarvelService/openapi-generator-config.yaml @@ -0,0 +1,17 @@ +# ===----------------------------------------------------------------------=== +# +# This source file is part of the MarvelService open source project +# +# Copyright (c) 2025 Röck+Cöde VoF. and the MarvelService project authors +# Licensed under the EUPL 1.2 or later. +# +# See LICENSE for license information +# See CONTRIBUTORS for the list of MarvelService project authors +# +# ===----------------------------------------------------------------------=== + +generate: + - types + - client +namingStrategy: defensive +accessModifier: public