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 698d429 commit d86ed3aCopy full SHA for d86ed3a
model/workflow.go
@@ -63,7 +63,7 @@ type BaseWorkflow struct {
63
Description string `json:"description,omitempty"`
64
// Workflow version
65
Version string `json:"version" validate:"omitempty,min=1"`
66
- Start *Start `json:"start" validate:"omitempty"`
+ Start *Start `json:"start,omitempty"`
67
// Annotations List of helpful terms describing the workflows intended purpose, subject areas, or other important qualities
68
Annotations []string `json:"annotations,omitempty"`
69
// DataInputSchema URI of the JSON Schema used to validate the workflow data input
0 commit comments