{"sortParamsByRequiredFlag":{"opt":"sortParamsByRequiredFlag","description":"Sort method arguments to place required parameters before optional parameters.","type":"boolean","optValue":null,"default":"true","enum":null},"sortModelPropertiesByRequiredFlag":{"opt":"sortModelPropertiesByRequiredFlag","description":"Sort model properties to place required parameters before optional parameters.","type":"boolean","optValue":null,"default":"true","enum":null},"ensureUniqueParams":{"opt":"ensureUniqueParams","description":"Whether to ensure parameter names are unique in an operation (rename parameters that are not).","type":"boolean","optValue":null,"default":"true","enum":null},"allowUnicodeIdentifiers":{"opt":"allowUnicodeIdentifiers","description":"boolean, toggles whether unicode identifiers are allowed in names or not, default is false","type":"boolean","optValue":null,"default":"false","enum":null},"prependFormOrBodyParameters":{"opt":"prependFormOrBodyParameters","description":"Add form or body parameters to the beginning of the parameter list.","type":"boolean","optValue":null,"default":"false","enum":null},"legacyDiscriminatorBehavior":{"opt":"legacyDiscriminatorBehavior","description":"Set to false for generators with better support for discriminators. (Python, Java, Go, PowerShell, C#have this enabled by default).","type":"boolean","optValue":null,"default":"true","enum":{"true":"The mapping in the discriminator includes descendent schemas that allOf inherit from self and the discriminator mapping schemas in the OAS document.","false":"The mapping in the discriminator includes any descendent schemas that allOf inherit from self, any oneOf schemas, any anyOf schemas, any x-discriminator-values, and the discriminator mapping schemas in the OAS document AND Codegen validates that oneOf and anyOf schemas contain the required discriminator and throws an error if the discriminator is missing."}},"disallowAdditionalPropertiesIfNotPresent":{"opt":"disallowAdditionalPropertiesIfNotPresent","description":"If false, the 'additionalProperties' implementation (set to true by default) is compliant with the OAS and JSON schema specifications. If true (default), keep the old (incorrect) behaviour that 'additionalProperties' is set to false by default.","type":"boolean","optValue":null,"default":"true","enum":{"false":"The 'additionalProperties' implementation is compliant with the OAS and JSON schema specifications.","true":"Keep the old (incorrect) behaviour that 'additionalProperties' is set to false by default."}},"enumNameSuffix":{"opt":"enumNameSuffix","description":"Suffix that will be appended to all enum names.","type":"string","optValue":null,"default":"Enum","enum":null},"enumPropertyNaming":{"opt":"enumPropertyNaming","description":"Naming convention for enum properties: 'camelCase', 'PascalCase', 'snake_case', 'UPPERCASE', and 'original'","type":"string","optValue":null,"default":"PascalCase","enum":null},"modelPropertyNaming":{"opt":"modelPropertyNaming","description":"Naming convention for the property: 'camelCase', 'PascalCase', 'snake_case' and 'original', which keeps the original name. Only change it if you provide your own run-time code for (de-)serialization of models","type":"string","optValue":null,"default":"original","enum":null},"supportsES6":{"opt":"supportsES6","description":"Generate code that conforms to ES6.","type":"string","optValue":null,"default":"false","enum":null},"paramNaming":{"opt":"paramNaming","description":"Naming convention for parameters: 'camelCase', 'PascalCase', 'snake_case' and 'original', which keeps the original name","type":"string","optValue":null,"default":"camelCase","enum":null},"npmName":{"opt":"npmName","description":"The name under which you want to publish generated npm package. Required to generate a full package","type":"string","optValue":null,"default":null,"enum":null},"npmVersion":{"opt":"npmVersion","description":"The version of your npm package. If not provided, using the version from the OpenAPI specification file.","type":"string","optValue":null,"default":"1.0.0","enum":null},"snapshot":{"opt":"snapshot","description":"When setting this property to true, the version will be suffixed with -SNAPSHOT.yyyyMMddHHmm","type":"boolean","optValue":null,"default":"false","enum":null},"nullSafeAdditionalProps":{"opt":"nullSafeAdditionalProps","description":"Set to make additional properties types declare that their indexer may return undefined","type":"string","optValue":null,"default":"false","enum":null},"npmRepository":{"opt":"npmRepository","description":"Use this property to set an url your private npmRepo in the package.json","type":"string","optValue":null,"default":null,"enum":null},"withInterfaces":{"opt":"withInterfaces","description":"Setting this property to true will generate interfaces next to the default class implementations.","type":"boolean","optValue":null,"default":"false","enum":null},"useSingleRequestParameter":{"opt":"useSingleRequestParameter","description":"Setting this property to true will generate functions with a single argument containing all API endpoint parameters instead of one argument per parameter.","type":"boolean","optValue":null,"default":"false","enum":null},"taggedUnions":{"opt":"taggedUnions","description":"Use discriminators to create tagged unions instead of extending interfaces.","type":"boolean","optValue":null,"default":"false","enum":null},"providedInRoot":{"opt":"providedInRoot","description":"Use this property to provide Injectables in root (it is only valid in angular version greater or equal to 6.0.0). IMPORTANT: Deprecated for angular version greater or equal to 9.0.0, use **providedIn** instead.","type":"boolean","optValue":null,"default":"false","enum":null},"providedIn":{"opt":"providedIn","description":"Use this property to provide Injectables in wanted level (it is only valid in angular version greater or equal to 9.0.0).","type":"string","optValue":null,"default":"root","enum":{"root":"The application-level injector in most apps.","none":"No providedIn (same as providedInRoot=false)","any":"Provides a unique instance in each lazy loaded module while all eagerly loaded modules share one instance.","platform":"A special singleton platform injector shared by all applications on the page."}},"ngVersion":{"opt":"ngVersion","description":"The version of Angular. (At least 6.0.0)","type":"string","optValue":null,"default":"11.0.0","enum":null},"apiModulePrefix":{"opt":"apiModulePrefix","description":"The prefix of the generated ApiModule.","type":"string","optValue":null,"default":null,"enum":null},"configurationPrefix":{"opt":"configurationPrefix","description":"The prefix of the generated Configuration.","type":"string","optValue":null,"default":null,"enum":null},"serviceSuffix":{"opt":"serviceSuffix","description":"The suffix of the generated service.","type":"string","optValue":null,"default":"Service","enum":null},"serviceFileSuffix":{"opt":"serviceFileSuffix","description":"The suffix of the file of the generated service (service<suffix>.ts).","type":"string","optValue":null,"default":".service","enum":null},"modelSuffix":{"opt":"modelSuffix","description":"The suffix of the generated model.","type":"string","optValue":null,"default":null,"enum":null},"modelFileSuffix":{"opt":"modelFileSuffix","description":"The suffix of the file of the generated model (model<suffix>.ts).","type":"string","optValue":null,"default":null,"enum":null},"fileNaming":{"opt":"fileNaming","description":"Naming convention for the output files: 'camelCase', 'kebab-case'.","type":"string","optValue":null,"default":"camelCase","enum":null},"stringEnums":{"opt":"stringEnums","description":"Generate string enums instead of objects for enum values.","type":"string","optValue":null,"default":"false","enum":null},"queryParamObjectFormat":{"opt":"queryParamObjectFormat","description":"The format for query param objects: 'dot', 'json', 'key'.","type":"string","optValue":null,"default":"dot","enum":null}}