Skip to content

Commit

Permalink
fix(api): jsonschema wrong tag (#5279)
Browse files Browse the repository at this point in the history
  • Loading branch information
sguiheux authored Jun 29, 2020
1 parent 08c9611 commit fd95ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/exportentities/v2/workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ type NodeEntry struct {
}

type ConditionEntry struct {
PlainConditions []PlainConditionEntry `json:"plain,omitempty" yaml:"check,omitempty"`
PlainConditions []PlainConditionEntry `json:"check,omitempty" yaml:"check,omitempty"`
LuaScript string `json:"script,omitempty" yaml:"script,omitempty"`
}

Expand Down

0 comments on commit fd95ff9

Please sign in to comment.