Sha256: 31344c2e160e717c9ab6260923fa4976ab819c38b7db5dff65205f8f4f4ec69d
Contents?: true
Size: 1.03 KB
Versions: 2
Compression:
Stored size: 1.03 KB
Contents
{ "$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" } } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.7.0 | .generator/openapitools.json |
datadog_api_client-1.6.0 | .generator/openapitools.json |