forked from loafle/openapi-generator-original
18 lines
631 B
YAML
18 lines
631 B
YAML
generatorName: swift6
|
|
outputDir: samples/client/petstore/swift6/urlsessionLibrary
|
|
library: urlsession
|
|
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: ObjcBlock
|
|
podAuthors: ""
|
|
podSummary: PetstoreClient
|
|
projectName: PetstoreClient
|
|
podHomepage: https://github.com/openapitools/openapi-generator
|
|
useSPMFileStructure: true
|
|
mapFileBinaryToData: true
|
|
useClasses: true
|
|
readonlyProperties: true
|
|
swiftUseApiNamespace: true
|