mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-28 03:30:49 +00:00
* add samples * update samples * openapi 3.1 beta support * update .gitignore * fix composed schema, add oneof, allof tests in opeanpi 3.1 spec * add allof tests, more fixes * add null check * update artifact id * better null check
17 lines
562 B
YAML
17 lines
562 B
YAML
generatorName: java
|
|
outputDir: samples/client/petstore/java/okhttp-gson-3.1
|
|
library: okhttp-gson
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_1/java/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/Java
|
|
nameMappings:
|
|
_type: underscoreType
|
|
type_: typeWithUnderscore
|
|
parameterNameMappings:
|
|
_type: underscoreType
|
|
type_: typeWithUnderscore
|
|
additionalProperties:
|
|
artifactId: petstore-okhttp-gson-31
|
|
hideGenerationTimestamp: "true"
|
|
useOneOfDiscriminatorLookup: "true"
|
|
disallowAdditionalPropertiesIfNotPresent: false
|