forked from loafle/openapi-generator-original
* [swift5] Fix additionalProps inner type * [swift5] Add and use AnyCodable type instead of any * [swift5] Use the original petstore w/fake models for testing default * [swift5] Update swift-tools-version to 5.1 * [swift5] Update samples and docs
11 lines
440 B
YAML
11 lines
440 B
YAML
generatorName: swift5
|
|
outputDir: samples/client/petstore/swift5/default
|
|
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/swift5
|
|
generateAliasAsModel: true
|
|
additionalProperties:
|
|
podAuthors: ""
|
|
podSummary: PetstoreClient
|
|
projectName: PetstoreClient
|
|
podHomepage: https://github.com/openapitools/openapi-generator
|