mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 02:55:19 +00:00
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"
|
||
|
}
|
||
|
}
|