mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-24 17:50:53 +00:00
13 lines
451 B
YAML
13 lines
451 B
YAML
generatorName: java
|
|
outputDir: samples/client/petstore/java/okhttp-gson-swagger2
|
|
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: "swagger2"
|
|
|