-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgen.yaml
More file actions
90 lines (90 loc) · 2.4 KB
/
Copy pathgen.yaml
File metadata and controls
90 lines (90 loc) · 2.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
configVersion: 2.0.0
generation:
sdkClassName: SDK
maintainOpenAPIOrder: true
usageSnippets:
optionalPropertyRendering: withExample
sdkInitStyle: constructor
useClassNamesForArrayFields: true
fixes:
nameResolutionFeb2025: false
parameterOrderingFeb2024: false
requestResponseComponentNamesFeb2024: false
securityFeb2025: false
sharedErrorComponentsApr2025: false
sharedNestedComponentsJan2026: false
nameOverrideFeb2026: false
auth:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
hoistGlobalSecurity: true
inferSSEOverload: true
sdkHooksConfigAccess: true
schemas:
allOfMergeStrategy: shallowMerge
requestBodyFieldName: ""
versioningStrategy: automatic
persistentEdits: {}
tests:
generateTests: true
generateNewTests: false
skipResponseBodyAssertions: false
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: 0.30.4
additionalActions: []
additionalDataSources: []
additionalDependencies: {}
additionalEphemeralResources: []
additionalFunctions: []
additionalListResources: []
additionalProviderAttributes:
httpHeaders: ""
tlsSkipVerify: ""
additionalResources: []
allowUnknownFieldsInWeakUnions: false
author: epilot-dev
baseErrorName: SDKBaseError
debugLogging: {}
defaultErrorName: SDKError
enableCustomCodeRegions: false
enableOperationSecurity: false
enableOperationServers: false
enableTypeDeduplication: true
environmentVariables: []
excludeEmptyObjectSchemas: false
forwardCompatibleEnumsByDefault: false
imports:
option: openapi
paths:
callbacks: callbacks
errors: sdkerrors
operations: operations
shared: shared
webhooks: webhooks
includeEmptyObjects: false
inferUnionDiscriminators: false
inputModelSuffix: input
outputModelSuffix: output
packageName: epilot-environment
preApplyUnionDiscriminators: false
providerTypeNameOverride: ""
respectRequiredFields: false
respectTitlesForPrimitiveUnionMembers: false
unionStrategy: populated-fields