forked from loafle/openapi-generator-original
11 lines
457 B
JSON
11 lines
457 B
JSON
{
|
|
"!include": "bin/java-petstore-rest-assured.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/rest-assured",
|
|
"templateDir": "modules/openapi-generator/src/main/resources/Java/libraries/rest-assured",
|
|
"additionalProperties": {
|
|
"hideGenerationTimestamp": true,
|
|
"booleanGetterPrefix": "is"
|
|
}
|
|
} |