mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-28 19:50:49 +00:00
* only add suffix or prefix if type is not a primitive or from dependency * add tests * add sample * add second API with prefix and suffix * add primitives * add missing pom * add missing shell script * fix cycle dependency * generate samples
10 lines
362 B
YAML
10 lines
362 B
YAML
generatorName: swift5
|
|
outputDir: samples/client/petstore/swift5/anycodable
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/any_codable.yaml
|
|
modelNamePrefix: Prefix
|
|
modelNameSuffix: Suffix
|
|
additionalProperties:
|
|
podAuthors: ""
|
|
podSummary: PetstoreClient
|
|
projectName: PetstoreClient
|
|
podHomepage: https://github.com/openapitools/openapi-generator |