We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749acb2 commit 1c573d1Copy full SHA for 1c573d1
pkg/trickest/workflow.go
@@ -59,7 +59,7 @@ type WorkflowVersionData struct {
59
Nodes map[string]*Node `json:"nodes"`
60
Connections []Connection `json:"connections"`
61
PrimitiveNodes map[string]*PrimitiveNode `json:"primitiveNodes"`
62
- Annotations map[string]*Annotation `json:"annotation,omitempty"`
+ Annotations map[string]*Annotation `json:"annotations,omitempty"`
63
}
64
65
// Node represents a workflow node
0 commit comments