forked from loafle/openapi-generator-original
11 lines
409 B
JSON
11 lines
409 B
JSON
{
|
|
"!include": "bin/java-petstore-resttemplate.json",
|
|
"artifactId": "petstore-resttemplate-withxml",
|
|
"generatorName": "java",
|
|
"inputSpec": "modules/openapi-generator/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml",
|
|
"outputDir": "samples/client/petstore/java/resttemplate-withXml",
|
|
"additionalProperties": {
|
|
"hideGenerationTimestamp": true,
|
|
"withXml": true
|
|
}
|
|
} |