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 78b1c06 commit da1af04Copy full SHA for da1af04
model/workflow.go
@@ -508,7 +508,6 @@ type DataInputSchema struct {
508
Schema string `json:"schema" validate:"required"`
509
// +kubebuilder:validation:Required
510
FailOnValidationErrors bool `json:"failOnValidationErrors"`
511
- // FailOnValidationErrors bool `json:"failOnValidationErrors" validate:"required"`
512
}
513
514
type dataInputSchemaUnmarshal DataInputSchema
0 commit comments