We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba01e3c + a2191b5 commit 8dab599Copy full SHA for 8dab599
1 file changed
utils/manifests/utils.go
@@ -17,7 +17,7 @@ const (
17
JsonSchemaPropsRef = "JSONSchemaProps"
18
// DefaultMaxRefDepth is the maximum depth for resolving $ref references
19
// This prevents exponential blowup when processing large OpenAPI specs like Kubernetes
20
- DefaultMaxRefDepth = 10
+ DefaultMaxRefDepth = 50
21
)
22
23
var templateExpression *regexp.Regexp
0 commit comments