You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2025. It is now read-only.
enumClassPrefix: true # Prefix enum with class name
generateInterfaces: false # Generate interfaces for api classes
hideGenerationTimestamp: true # Hides the generation timestamp when files are generated.
isGoSubmodule: true # whether the generated Go module is a submodule
packageVersion: 1.0.0 # Go package version
prependFormOrBodyParameters: true # Add form or body parameters to the beginning of the parameter list.
structPrefix: true # whether to prefix struct with the class name. e.g. DeletePetOpts => PetApiDeletePetOpts
useOneOfDiscriminatorLookup: false # Use the discriminator's mapping in oneOf to speed up the model lookup. IMPORTANT: Validation (e.g. one and only one match in oneOf's schemas) will be skipped.
withAWSV4Signature: false # whether to include AWS v4 signature support
withXml: false # whether to include support for application/xml content type and include XML annotations in the model (works with libraries that provide support for JSON and XML)