Skip to content

Commit

Permalink
Simplify gen.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nishu Goel committed Oct 28, 2024
1 parent 245971b commit 64241db
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,16 @@ configVersion: 2.0.0
generation:
baseServerUrl: https://template-variables-api.sls.epilot.io
sdkClassName: SDK
maintainOpenAPIOrder: true
usageSnippets:
optionalPropertyRendering: withExample
useClassNamesForArrayFields: true
fixes:
nameResolutionDec2023: false
parameterOrderingFeb2024: false
requestResponseComponentNamesFeb2024: false
auth:
oAuth2ClientCredentialsEnabled: false
sdkFlattening: true
telemetryEnabled: false
go:
version: 0.0.1
clientServerStatusCodesAsErrors: true
flattenGlobalSecurity: true
imports:
option: openapi
paths:
callbacks: models/callbacks
errors: models/sdkerrors
operations: models/operations
shared: models/components
webhooks: models/webhooks
inputModelSuffix: input
maxMethodParams: 4
outputModelSuffix: output
packageName: openapi
terraform:
version: 1.0.2
additionalDataSources: []
Expand Down

0 comments on commit 64241db

Please sign in to comment.