forked from loafle/openapi-generator-original
* fix openapi normalizer naming issue in config * update openapi generator ignore list setting * update * fix * update sample config * update doc
14 lines
507 B
YAML
14 lines
507 B
YAML
generatorName: java
|
|
outputDir: samples/client/petstore/java/okhttp-gson-swagger1
|
|
library: okhttp-gson
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/Java
|
|
additionalProperties:
|
|
artifactId: petstore-okhttp-gson
|
|
hideGenerationTimestamp: "true"
|
|
useOneOfDiscriminatorLookup: "true"
|
|
disallowAdditionalPropertiesIfNotPresent: false
|
|
annotationLibrary: "swagger1"
|
|
openapiNormalizer:
|
|
SET_TAGS_FOR_ALL_OPERATIONS: common
|