mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 20:50:55 +00:00
11 lines
473 B
YAML
11 lines
473 B
YAML
generatorName: java
|
|
outputDir: samples/client/petstore/java/okhttp-gson-dynamicOperations
|
|
library: okhttp-gson
|
|
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/Java
|
|
additionalProperties:
|
|
artifactId: petstore-okhttp-gson-dynamicoperations
|
|
hideGenerationTimestamp: "true"
|
|
dynamicOperations: "true"
|
|
disallowAdditionalPropertiesIfNotPresent: true
|