aboutsummaryrefslogtreecommitdiffstats
path: root/openapitools.json
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2023-06-22 10:11:16 +0000
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2023-06-22 10:11:16 +0000
commit517dcf4ccf13f17e804c83122e09a635b3395fe3 (patch)
tree84012edc9a09c127af739f4cadbb4ffcce552ba0 /openapitools.json
parentd8b71d16a4c94d5f84bcd96d908021404e86d3c1 (diff)
The Dockerfile contains a nonexistent package
Issue-ID: PORTALNG-7 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: I369cb0cdc7464d29180989d589b2a859ad0e861b
Diffstat (limited to 'openapitools.json')
-rw-r--r--openapitools.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/openapitools.json b/openapitools.json
new file mode 100644
index 0000000..7e616af
--- /dev/null
+++ b/openapitools.json
@@ -0,0 +1,20 @@
+{
+ "$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
+ "spaces": 2,
+ "generator-cli": {
+ "version": "6.6.0",
+ "generators": {
+ "v3.0": {
+ "generatorName": "typescript-angular",
+ "inputSpec": "openapi/input/api.yaml",
+ "output": "openapi/output",
+ "additionalProperties": {
+ "ngVersion": "12.1.0",
+ "modelFileSuffix": ".model",
+ "fileNaming": "camelCase",
+ "enumPropertyNaming": "UPPERCASE"
+ }
+ }
+ }
+ }
+}