forked from loafle/openapi-generator-original
* [swift6] useSPMFileStructure by default * [swift6] useSPMFileStructure by default * [swift6] useSPMFileStructure by default
14 lines
545 B
YAML
14 lines
545 B
YAML
generatorName: swift6
|
|
outputDir: samples/client/petstore/swift6/combineLibrary
|
|
inputSpec: modules/openapi-generator/src/test/resources/2_0/swift/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/swift6
|
|
generateAliasAsModel: true
|
|
additionalProperties:
|
|
responseAs: Combine
|
|
combineDeferred: false
|
|
swiftPackagePath: "Sources/CombineLibrary"
|
|
podAuthors: ""
|
|
podSummary: PetstoreClient
|
|
projectName: PetstoreClient
|
|
podHomepage: https://github.com/openapitools/openapi-generator
|