forked from loafle/openapi-generator-original
10 lines
421 B
JSON
10 lines
421 B
JSON
{
|
|
"!include": "bin/java-petstore-okhttp-gson.json",
|
|
"generatorName": "java",
|
|
"inputSpec": "modules/openapi-generator/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml",
|
|
"outputDir": "samples/client/petstore/java/okhttp-gson",
|
|
"templateDir": "modules/openapi-generator/src/main/resources/Java/libraries/okhttp-gson",
|
|
"additionalProperties": {
|
|
"hideGenerationTimestamp": true
|
|
}
|
|
} |