aboutsummaryrefslogtreecommitdiffstats
path: root/openapitools.json
blob: 7e616afb1cbbe2d60e49e2c88ac08277ed1290c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"
        }
      }
    }
  }
}