Skip to content

Commit d86ed3a

Browse files
Update model/workflow.go
Co-authored-by: Ricardo Zanini <[email protected]>
1 parent 698d429 commit d86ed3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model/workflow.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ type BaseWorkflow struct {
6363
Description string `json:"description,omitempty"`
6464
// Workflow version
6565
Version string `json:"version" validate:"omitempty,min=1"`
66-
Start *Start `json:"start" validate:"omitempty"`
66+
Start *Start `json:"start,omitempty"`
6767
// Annotations List of helpful terms describing the workflows intended purpose, subject areas, or other important qualities
6868
Annotations []string `json:"annotations,omitempty"`
6969
// DataInputSchema URI of the JSON Schema used to validate the workflow data input

0 commit comments

Comments
 (0)