forked from loafle/openapi-generator-original
10 lines
370 B
JSON
10 lines
370 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",
|
|
"templateDir": "modules/openapi-generator/src/main/resources/Javascript",
|
|
"additionalProperties": {
|
|
"appName": "PetstoreClient",
|
|
"useES6": false
|
|
}
|
|
} |