mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-04-26 22:54:19 +00:00
f6eeb01895
* fixed composed any of * fixed composed any of * fixed spacing
13 lines
507 B
YAML
13 lines
507 B
YAML
# for csharp generichost
|
|
generatorName: csharp
|
|
outputDir: samples/client/petstore/csharp/generichost/latest/InlineEnumAnyOf
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/csharp/inline-enum-any-of.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/csharp
|
|
additionalProperties:
|
|
packageGuid: '{321C8C3F-0156-40C1-AE42-D59761FB9B6C}'
|
|
modelPropertySorting: alphabetical
|
|
operationParameterSorting: alphabetical
|
|
validateSpec: false
|
|
inlineSchemaOptions:
|
|
RESOLVE_INLINE_ENUMS: true
|