{ "input": "example-swagger.yaml", "output": "./src/app", "skipLint": false, "skipInstall": false, "tags": { "User": { "baseUrl": "apiUrl", "endpoints": [ "getUsers", "createUser", "getUserById", "deleteUser" ] }, "Product": { "baseUrl": "apiUrl", "endpoints": [ "getProducts" ] } }, "templates": "/Users/bsantome/Downloads/openapi-clean-arch-generator/templates" }