{
  "$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
  "spaces": 2,
  "generator-cli": {
    "version": "7.8.0",
    "generators": {
      "api-client": {
        "inputSpec": "https://raw.githubusercontent.com/kubev2v/migration-planner/main/api/v1alpha1/openapi.yaml",
        "output": "packages/api-client",
        "generatorName": "typescript-fetch",
        "additionalProperties": {
          "npmName": "@migration-planner-ui/api-client",
          "npmVersion": "1.0.0-alpha",
          "ensureUniqueParams": true,
          "supportsES6": true,
          "withInterfaces": true
        }
      }
    }
  }
}
