forked from loafle/openapi-generator-original
9 lines
357 B
JSON
9 lines
357 B
JSON
{
|
|
"generatorName": "javascript",
|
|
"inputSpec": "modules/openapi-generator/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml",
|
|
"outputDir": "samples/client/petstore/javascript-es6",
|
|
"templateDir": "modules/openapi-generator/src/main/resources/Javascript/es6",
|
|
"additionalProperties": {
|
|
"appName": "PetstoreClient"
|
|
}
|
|
} |