Skip to content

Commit 03fdaf1

Browse files
authored
Remove some duplication in the required fields for parallel and events states (#366)
Signed-off-by: Jorgen Johnson <[email protected]>
1 parent 74a9f62 commit 03fdaf1

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

schema/workflow.json

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -663,14 +663,6 @@
663663
"onEvents",
664664
"transition"
665665
]
666-
},
667-
{
668-
"required": [
669-
"name",
670-
"type",
671-
"onEvents",
672-
"end"
673-
]
674666
}
675667
]
676668
},
@@ -900,14 +892,6 @@
900892
"branches",
901893
"transition"
902894
]
903-
},
904-
{
905-
"required": [
906-
"name",
907-
"type",
908-
"branches",
909-
"end"
910-
]
911895
}
912896
]
913897
}

0 commit comments

Comments
 (0)