{ "$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json", "spaces": 2, "generator-cli": { "version": "5.3.1", "storageDir": "lib", "repository": { "downloadUrl": "https://github.com/DataDog/openapi-generator/releases/download/5.3.0-60b29e1f8e2/openapi-generator-cli.jar" }, "generators": { "v1": { "generatorName": "ruby", "config": "config/v1.json", "inputSpec": "schemas/v1/openapi.yaml", "output": "../v1", "typeMappings": "AnyType=Object", "additionalProperties": "apiNameSuffix=API", "globalProperty": "skipFormModel=false", "templateDir": "templates" }, "v2": { "generatorName": "ruby", "config": "config/v2.json", "inputSpec": "schemas/v2/openapi.yaml", "output": "../v2", "typeMappings": "AnyType=Object", "additionalProperties": "apiNameSuffix=API", "globalProperty": "skipFormModel=false", "templateDir": "templates" } } } }