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.
1 parent 6b93301 commit a381da8Copy full SHA for a381da8
parameters/validate_parameter.go
@@ -75,7 +75,7 @@ func ValidateParameterSchema(
75
var validationErrors []*errors.ValidationError
76
77
// 1. build a JSON render of the schema.
78
- renderedSchema, _ := schema.Render()
+ renderedSchema, _ := schema.RenderInline()
79
jsonSchema, _ := utils.ConvertYAMLtoJSON(renderedSchema)
80
81
// 2. decode the object into a json blob.
0 commit comments