{ "$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json", "spaces": 2, "generator-cli": { "version": "5.3.0", "generators": { "fetch": { "generatorName": "typescript-fetch", "output": "src/generated-sources", "glob": "../kafka-ui-contract/src/main/resources/swagger/kafka-ui-api.yaml", "additionalProperties": { "enumPropertyNaming": "UPPERCASE", "typescriptThreePlus": true, "supportsES6": true, "nullSafeAdditionalProps": true, "withInterfaces": true }, "typeMappings": { "object": "any" } } } } }